most primitives in Predef.gf are now implemented

This commit is contained in:
krangelov
2021-10-05 11:31:39 +02:00
parent ca2f2bfd89
commit 26be741dea
8 changed files with 130 additions and 191 deletions

View File

@@ -61,7 +61,6 @@ cRead = identS "read"
cToStr = identS "toStr"
cMapStr = identS "mapStr"
cError = identS "error"
cTrace = identS "trace"
-- * Hacks: dummy identifiers used in various places.
-- Not very nice!