# primitive types for kmelia  (sets and arrays are hard coded)
# KMLTYPE optional @ java class  # then standard type definition. if name = type then it's a primitive type
KMLTYPE @ costo.graph.types.CostoBoolean 
KMLTYPE @ costo.graph.types.CostoInteger 
KMLTYPE @ costo.graph.types.CostoString
KMLTYPE @ costo.graph.types.CostoChar
KMLTYPE @ costo.graph.types.CostoVoid 
KMLTYPE @ costo.graph.types.AnyType 
KMLTYPE @ costo.graph.types.SameType 
#KMLTYPE Point:: struct {x:Integer; y:Integer; z:Integer}
