| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Mig.Html.IO
Description
Module for HTML-based servers
methods
Instances
| ToHtmlResp a => ToServer (Get a) Source # | |
Defined in Mig.Html.IO | |
| type ServerMonad (Get a) Source # | |
Defined in Mig.Html.IO | |
Instances
| ToHtmlResp a => ToServer (Post a) Source # | |
Defined in Mig.Html.IO | |
| type ServerMonad (Post a) Source # | |
Defined in Mig.Html.IO | |
Instances
| ToHtmlResp a => ToServer (Put a) Source # | |
Defined in Mig.Html.IO | |
| type ServerMonad (Put a) Source # | |
Defined in Mig.Html.IO | |
Instances
| ToHtmlResp a => ToServer (Delete a) Source # | |
Defined in Mig.Html.IO | |
| type ServerMonad (Delete a) Source # | |
Defined in Mig.Html.IO | |
Instances
| ToHtmlResp a => ToServer (Patch a) Source # | |
Defined in Mig.Html.IO | |
| type ServerMonad (Patch a) Source # | |
Defined in Mig.Html.IO | |
Instances
| ToHtmlResp a => ToServer (Options a) Source # | |
Defined in Mig.Html.IO | |
| type ServerMonad (Options a) Source # | |
Defined in Mig.Html.IO | |
common
Common re-exports
module Mig.Common