Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class IsAuth a v where Source #
IsAuth a ctx v
indicates that a
is an auth type that expects all
elements of ctx
to be the in the Context and whose authentication check
returns an AuthCheck v
.