speculate-0.2.4: src/Test/Speculate/Expr.hs
-- |
-- Module : Test.Speculate.Expr
-- Copyright : (c) 2016-2017 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <rudy@matela.com.br>
--
-- This module is part of Speculate.
--
-- Utilities for manipulating expressions.
module Test.Speculate.Expr
( module Test.Speculate.Expr.Core
, module Test.Speculate.Expr.Ground
, module Test.Speculate.Expr.Match
, module Test.Speculate.Expr.TypeInfo
, module Test.Speculate.Expr.Equate
, module Test.Speculate.Expr.Canon
)
where
import Test.Speculate.Expr.Core
import Test.Speculate.Expr.Ground
import Test.Speculate.Expr.Match
import Test.Speculate.Expr.TypeInfo
import Test.Speculate.Expr.Equate
import Test.Speculate.Expr.Canon