From 2b690485436b1d4df3c9212a928a1557562fb378 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 1 Feb 2019 20:33:47 +0000 Subject: Fix all the compile and test errors --- src/VeriFuzz/Internal.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/VeriFuzz/Internal.hs') diff --git a/src/VeriFuzz/Internal.hs b/src/VeriFuzz/Internal.hs index 9136aba..6a880ee 100644 --- a/src/VeriFuzz/Internal.hs +++ b/src/VeriFuzz/Internal.hs @@ -13,12 +13,13 @@ Shared high level code used in the other modules internally. module VeriFuzz.Internal ( -- * Useful functions safe - -- * Circuit modules + -- * Module Specific Internals , module VeriFuzz.Internal.Circuit - -- * Simulator Internals , module VeriFuzz.Internal.Simulator + , module VeriFuzz.Internal.AST ) where +import VeriFuzz.Internal.AST import VeriFuzz.Internal.Circuit import VeriFuzz.Internal.Simulator -- cgit