Frege – a Haskell for the JVM(github.com)11 points·by thro1237·11년 전·0 commentsgithub.comFrege – a Haskell for the JVMhttps://github.com/Frege/frege2 commentsPost comment[–]jsgrahamusxxx·11년 전reply import frege.prelude.Math (cos) cosines = iterate cos 1.0 pairsOf xs = zip xs (tail xs) head [ x | (x,y) <- pairsOf cosines, x == y] gave errors.[–]voxfrege·11년 전replyModule header is currently still mandatory.