1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/PredefAbs.gf

5 lines
58 B
Plaintext

abstract PredefAbs = {
cat Int ; String ; Float ;
} ;