From 5b15f056d1a52d6d05f9441d44bf0b50ae480229 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sat, 25 Jul 2020 10:34:17 +0200 Subject: Namespacing of AST's, not suffix-disambiguation --- ast/CC/AST/Source.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ast/CC/AST/Source.hs') diff --git a/ast/CC/AST/Source.hs b/ast/CC/AST/Source.hs index 3d7d5ea..11b7bc6 100644 --- a/ast/CC/AST/Source.hs +++ b/ast/CC/AST/Source.hs @@ -1,4 +1,7 @@ -module CC.AST.Source(module CC.AST.Source, module CC.Types) where +module CC.AST.Source( + module CC.AST.Source, + module CC.Types +) where import Data.List -- cgit v1.2.3-70-g09d2