| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Yesod.Crud
Documentation
Constructors
| Crud | |
Instances
| Eq (Key a) => Eq (Route (Crud master a)) | |
| Read (Key a) => Read (Route (Crud master a)) | |
| Show (Key a) => Show (Route (Crud master a)) | |
| (PathPiece (Key a), Eq (Key a)) => RenderRoute (Crud master a) | |
| (Eq (Key a), PathPiece (Key a)) => ParseRoute (Crud master a) | |
| (Eq (Key a), PathPiece (Key a)) => YesodSubDispatch (Crud master a) (HandlerT master IO) | |
| data Route (Crud master a) |