1 monad-param.cabal:19:1: Tabs used as indentation at 19:1, 20:1
6 copyright: Copyright (C) 2006-2007, Edward Kmett
7 maintainer: Edward Kmett <ekmett@gmail.com>
8 author: Edward Kmett <ekmett@gmail.com>
11 http://comonad.com/haskell/monad-param/dist/doc/html/Control-Monad-Parameterized.html
13 package-url: http://comonad.com/haskell/monad-param
14 synopsis: Parameterized monads
16 Implements parameterized monads by overloading the monad sugar with more liberal types.
21 exposed-modules: Control.Monad.Parameterized
24 MultiParamTypeClasses FunctionalDependencies OverlappingInstances
25 UndecidableInstances EmptyDataDecls NoImplicitPrelude
27 ghc-options: -funbox-strict-fields -threaded -fasm