Fusion.StepFun should be a newtype
Dependencies
- [2]
6XMVEBZAadd simple stuff (e.g. haskell basics) - [3]
G64LUZSXFusion: actually implement list rewrite rule
Change contents
- replacement in core/lib/GardGround/Utils/Fusion.hs at line 39
data StepFun s a = StepFun (s -> Step s a)newtype StepFun s a = StepFun (s -> Step s a)