From 7544e8dfbc89dd1345cb70b4705fa75a630e63cc Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 22 Jun 2022 11:29:09 +0200 Subject: [PATCH] remove duplicated export --- src/runtime/haskell/PGF2/Expr.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(..),