1
0
forked from GitHub/gf-core

added Float to PredefAbs

This commit is contained in:
peb
2006-06-02 12:11:36 +00:00
parent 526ce96dfa
commit f1bfa118c6

View File

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