Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Argo.Internal.Type.Permission
Documentation
data Permission Source #
Instances
Show Permission Source # | |
Defined in Argo.Internal.Type.Permission Methods showsPrec :: Int -> Permission -> ShowS # show :: Permission -> String # showList :: [Permission] -> ShowS # | |
NFData Permission Source # | |
Defined in Argo.Internal.Type.Permission Methods rnf :: Permission -> () # | |
Eq Permission Source # | |
Defined in Argo.Internal.Type.Permission | |
Lift Permission Source # | |
Defined in Argo.Internal.Type.Permission Methods lift :: Quote m => Permission -> m Exp # liftTyped :: forall (m :: Type -> Type). Quote m => Permission -> Code m Permission # |
toBool :: Permission -> Bool Source #