type bound procedures fail ... ``` module grid_mod implicit none type, public :: grid_type integer :: name contains procedure :: get_tmask end type grid_type end module grid_mod ``` ``` grid_mod.f90:7:6: sorry: type-bound procedures are not supported ```
type bound procedures fail ...