From c2ce9cef47aa4f05b60579d8865629cf02bde012 Mon Sep 17 00:00:00 2001 From: Joao Dias <dias@cs.tufts.edu> Date: Tue, 8 Jun 2010 15:34:28 -0400 Subject: [PATCH] Exporting the ShapeT GADT and the Shape type class. --- src/Compiler/Hoopl/Combinators.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Compiler/Hoopl/Combinators.hs b/src/Compiler/Hoopl/Combinators.hs index 01b9a8a..0ff53a9 100644 --- a/src/Compiler/Hoopl/Combinators.hs +++ b/src/Compiler/Hoopl/Combinators.hs @@ -6,6 +6,7 @@ module Compiler.Hoopl.Combinators , SimpleBwdRewrite, SimpleBwdRewrite3, noBwdRewrite, thenBwdRw , shallowBwdRw3, shallowBwdRw, deepBwdRw3, deepBwdRw, iterBwdRw , pairFwd, pairBwd, pairLattice + , Shape(..), ShapeT(..) ) where -- GitLab