
I now have library, tests, executable all working. Getting set up for #adventofcode. Found this for parsing github.com/pointfreeco/sw… (I always write parsers because reasons). Just need to do some data structure exploration.
English
Barry
1.5K posts

@chiroptical
Random functional programming content on https://t.co/JINGR9eNES; senior software engineer at @mercury; @chiroptical.dev on sky site



Things I miss in OCaml from Haskell . >=> traverse Higher-Kinded Types Laziness by default Things I don’t miss <$> <&> <*> Foldable TypeFamilies