Frege – a Haskell for the JVM(github.com)11 points·by thro1237·11 yıl önce·0 commentsgithub.comFrege – a Haskell for the JVMhttps://github.com/Frege/frege1 commentsPost comment[–]jsgrahamusxxx·11 yıl öncereply 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 yıl öncereplyModule header is currently still mandatory.