diff options
Diffstat (limited to 'backend/backendsupport.icl')
-rw-r--r-- | backend/backendsupport.icl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/backend/backendsupport.icl b/backend/backendsupport.icl index ae3c873..ba7677b 100644 --- a/backend/backendsupport.icl +++ b/backend/backendsupport.icl @@ -4,8 +4,13 @@ implementation module backendsupport import StdArray -from StdFunc import `bind` +/*2.0 +from StdInt import class + (..),class == (..) +0.2*/ +//1.3 from StdInt import +, == +//3.1 +from StdFunc import `bind` identity :== \x -> x |