Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. the fstructureFoldr is not ok any idea how to fix it
  2.  
  3.  
  4. class Structure f where fstructureMap :: (a -> b) -> f a -> f b
  5. fstructureFoldr :: (a -> b -> b) -> f b -> [a] -> b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement