For instance, I'm teaching someone Haskell right now and it turns out that indentation is hard. It'd be nice to have a textbox where you can enter “case” and instantly get examples of good/bad case indentation, using case with Maybe, with records, EmptyCase, LambdaCase, etc.
For instance, I'm teaching someone Haskell right now and it turns out that indentation is hard. It'd be nice to have a textbox where you can enter “case” and instantly get examples of good/bad
case
indentation, usingcase
withMaybe
, with records,EmptyCase
,LambdaCase
, etc.