-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Undecidable instances for the cgi package. -- -- This package adds some useful type class instances to the cgi package. -- This is in a separate package to allow the cgi package to be -- compatible with Haskell implementations that don't support undecidable -- instances. @package cgi-undecidable @version 3000.0.0 -- | Scary but useful type class instances for the cgi package. module Network.CGI.Undecidable instance [overlap ok] (MonadTrans t, MonadCGI m, Monad (t m)) => MonadCGI (t m)