Closed quchen closed 7 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.
add2
Readme says
The first line should probably be
add2
, and the ad-hoc comment in the current add’s body should be clearly marked as one.