mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 07:02:51 -06:00
bugfix for predefined operations
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
i -retain prelude/Predef.gfo
|
||||
cc length "abcd"
|
||||
cc length ("ab"++"cd")
|
||||
cc length nonExist
|
||||
cc <\x -> length x : Str -> Int>
|
||||
cc take 2 "abcd"
|
||||
cc drop 2 "abcd"
|
||||
|
||||
Reference in New Issue
Block a user