quchen / stgi

A user-centric visual STG implementation to help understand GHC/Haskell's execution model.
Other
527 stars 26 forks source link

Readme doc error #93

Closed quchen closed 7 years ago

quchen commented 8 years ago

Readme says

add = <add two boxed ints>
one = \ -> Int# 1#;
two = \ -> Int# 2#;
main = \ => add2 one two

The first line should probably be add2, and the ad-hoc comment in the current add’s body should be clearly marked as one.