Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

0.2.5

Compare
Choose a tag to compare
@heyLu heyLu released this 15 Feb 12:45
· 28 commits to master since this release
  • support evaluating top-level assignments again

    n = 42
    inc = \x -> x + 1
    
    -- the following does *not* work yet (coming soon)
    inc x = x + 1
  • remove old results on the same line before evaluating