diff --git a/src/Computing/ComputeAST.hs b/src/Computing/ComputeAST.hs index 0faf6ec..61c2035 100644 --- a/src/Computing/ComputeAST.hs +++ b/src/Computing/ComputeAST.hs @@ -7,7 +7,7 @@ module Computing.ComputeAST ( - computeAST, + computeAST ) where import Types