Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anyone seen a list of tricky Haskell exercises? [closed]

Tags:

haskell

monads

Are there any lists of tricky Haskell exercises that use monads in surprising ways floating around? I'm most interested in simple 'work out what this line of code does' or 'do this in point free using this monad' type questions.

like image 693
Jeff Burdges Avatar asked Dec 07 '11 01:12

Jeff Burdges


1 Answers

Try to figure out why the programs here terminate.

like image 174
Prateek Avatar answered Oct 19 '22 02:10

Prateek