module Data.String.Ubc.Parse.StructVariable ( StructVariable(..) ) where data StructVariable = StructVariable { name :: String , typeName :: String }