develop :: Maybe Coffee -> IO Code
develop Nothing = pure Garbage
develop (Just fuel) = do
code <- think fuel >>= implement
filter (writtenIn Haskell) code

그때 하스켈학교 디스코드에서 코드 백일장 열어서 나온 것들을 조합해서 만들었다.



RE: https://hackers.pub/@bgl/01967fa1-dee1-76ca-93bc-1778c0dc9a75

3

If you have a fediverse account, you can reply to this note from your own instance. Search https://hackers.pub/ap/notes/01967fa3-aeab-762d-87e7-f6e99ab4c963 on your instance and reply to it.