Skip to content

Commit

Permalink
Rewritten modulesys. Fixed strings and maths modules.
Browse files Browse the repository at this point in the history
New modulesys is more clean.
Removed obsolete `string` library.
  • Loading branch information
gravicappa committed Feb 28, 2015
1 parent 9c04765 commit 181d099
Show file tree
Hide file tree
Showing 6 changed files with 358 additions and 599 deletions.
8 changes: 4 additions & 4 deletions maths/module.shen
Expand Up @@ -9,7 +9,7 @@
_ _ -> true)

(define maths-load
{string --> boolean}
Dir -> (do (load-with-tc - "macro-def.shen")
(load "maths-lib.shen")
(maths-load-native (value *language*) (value *implementation*))))
{--> boolean}
-> (do (load-with-tc - "macro-def.shen")
(load "maths-lib.shen")
(maths-load-native (value *language*) (value *implementation*))))

0 comments on commit 181d099

Please sign in to comment.