diff --git a/src/runtime/haskell/PGF2/Expr.hs b/src/runtime/haskell/PGF2/Expr.hs index 691842991..23864aac5 100644 --- a/src/runtime/haskell/PGF2/Expr.hs +++ b/src/runtime/haskell/PGF2/Expr.hs @@ -1,5 +1,5 @@ {-# LANGUAGE DeriveDataTypeable #-} -module PGF2.Expr(Var, Cat, Fun, Var, +module PGF2.Expr(Var, Cat, Fun, BindType(..), Literal(..), Expr(..), Type(..), Hypo, Patt(..), Equation(..),