[–] jsgrahamusxxx 10y ago ↗ 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 10y ago ↗ Module header is currently still mandatory.
2 comments
[ 3.1 ms ] story [ 15.7 ms ] thread