gf-3.1.6: testsuite/runtime/parser/LiteralsCnc.gf
concrete LiteralsCnc of Literals = {
lincat S = Str ;
lin IsString x = x.s ++ "is string" ;
lin IsInteger x = x.s ++ "is integer" ;
lin IsFloat x = x.s ++ "is float" ;
}concrete LiteralsCnc of Literals = {
lincat S = Str ;
lin IsString x = x.s ++ "is string" ;
lin IsInteger x = x.s ++ "is integer" ;
lin IsFloat x = x.s ++ "is float" ;
}