Name: index-core Version: 1.0.4 x-revision: 1 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 License-File: LICENSE Copyright: 2012 Gabriella Gonzalez Author: Gabriella Gonzalez Maintainer: GenuineGabriella@gmail.com Stability: Experimental Bug-Reports: mailto:GenuineGabriella@gmail.com Synopsis: Indexed Types Description: This library implements indexed types in the style of Conor McBride, described in the functional pearl \"Kleisli arrows of outrageous fortune\", following his presentation closely. . This provides a more general form of indexed monad than the one people are most commonly familiar with. Category: Control, Indexed Tested-With: GHC == 7.2.2, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 Source-Repository head Type: git Location: https://github.com/Gabriella439/Haskell-Index-Core-Library Library Build-Depends: base >= 4 && < 5 Exposed-Modules: Control.Category.Index, Control.IMonad, Control.IMonad.Core, Control.IMonad.Restrict, Control.IMonad.Do, Control.IMonad.Trans Default-Language: Haskell2010