Name: index-core Version: 1.0.3 x-revision: 1 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 License-File: LICENSE Copyright: 2012 Gabriel Gonzalez Author: Gabriel Gonzalez Maintainer: Gabriel439@gmail.com Stability: Experimental Bug-Reports: mailto:Gabriel439@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.8 Source-Repository head Type: git Location: https://github.com/Gabriel439/Haskell-Index-Core-Library Library Build-Depends: base >= 4.6 && < 5 Exposed-Modules: Control.Category.Index, Control.IMonad, Control.IMonad.Core, Control.IMonad.Restrict, Control.IMonad.Do, Control.IMonad.Trans GHC-Options: -O2 Default-Language: Haskell2010