elision 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- elision.cabal +1/−1
- example/Main.hs +1/−1
elision.cabal view
@@ -1,5 +1,5 @@ name: elision-version: 0.1.0.0+version: 0.1.0.1 synopsis: A data structure over two functions to be linked together at a later time. homepage: http://github.com/crough/elision#readme license: BSD2
example/Main.hs view
@@ -1,7 +1,7 @@ {-# LANGUAGE GADTs, TypeOperators #-} module Main where -import Data.Elision+import Control.Arrow.Elision import Data.Functor.Identity --------------------------------------------------------------------------------