Implement bullet synth
This commit is contained in:
@@ -252,3 +252,7 @@ cldtPropagateFold lf rf up x loc =
|
||||
(LocLDT con' t'))
|
||||
(locGoRight loc)
|
||||
. up x loc
|
||||
|
||||
reduceLocLDT :: Monoid m => (LocationLDT b a -> m) -> LocationLDT b a -> m
|
||||
reduceLocLDT f x =foldMap (reduceLocLDT f) (locGoLeft x) <> f x
|
||||
<> foldMap (reduceLocLDT f) (locGoRight x)
|
||||
|
||||
Reference in New Issue
Block a user