1
0
forked from GitHub/gf-rgl

added Float to PredefAbs

This commit is contained in:
peb
2006-06-02 12:11:36 +00:00
parent 6451377a8d
commit ee564c8d79

View File

@@ -1,4 +1,4 @@
abstract PredefAbs = {
cat Int ; String ;
cat Int ; String ; Float ;
} ;