Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ComposeFunctor F G {{FunctorF}} {{FunctorG}} = record { map = λ f -> mapF (mapG f) } where
  2. mapF = map {{FunctorF}}
  3. mapG = map {{FunctorG}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement