1
0
forked from GitHub/gf-core
Files
gf-core/testsuite/lpgf/unittests/LiteralsCnc.gf
2021-03-22 08:37:59 +01:00

8 lines
138 B
Plaintext

concrete LiteralsCnc of Literals = open Prelude in {
lincat S = SS ;
lin
mkString s = s ;
mkInt s = s ;
mkFloat s = s ;
}