[–] 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
[ 5.7 ms ] story [ 16.0 ms ] thread