| |||||||
| |||||||
Documentation | |||||||
data Perms p a | |||||||
| |||||||
data Branch p a | |||||||
| |||||||
add :: Maybe a -> p a -> Perms p (a -> b) -> Perms p b | |||||||
empty :: a -> Perms p a | |||||||
(<$$>) :: (a -> b) -> p a -> Perms p b | |||||||
(<$?>) :: (a -> b) -> (a, p a) -> Perms p b | |||||||
(<||>) :: Perms p (a -> b) -> p a -> Perms p b | |||||||
(<|?>) :: Perms p (a -> b) -> (a, p a) -> Perms p b | |||||||
Produced by Haddock version 0.8 |