| ||||
| ||||
Documentation | ||||
data Perms p a | ||||
| ||||
pPerms :: IsParser p s => Perms p a -> p a | ||||
pPermsSep :: IsParser p s => p x -> Perms p a -> p a | ||||
succeedPerms :: IsParser p s => a -> Perms p a | ||||
(~*~) :: IsParser p s => Perms p (a -> b) -> p a -> Perms p b | ||||
(~$~) :: IsParser p s => (a -> b) -> p a -> Perms p b | ||||
Produced by Haddock version 0.8 |