Skip to content

Commit feb2d64

Browse files
authored
Apply suggestion from @julialongtin
1 parent 6b290a8 commit feb2d64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Graphics/Implicit/ExtOpenScad/Eval/Module.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module Graphics.Implicit.ExtOpenScad.Eval.Module (
1717
import Prelude(Maybe(Just, Nothing), Bool(False), (.), ($), elem, error, filter, fmap, fst, init, last, length, not, notElem, null, show, snd, pure, zip, (<>), (&&), (==), (/=), String, (<$>))
1818

1919
import Graphics.Implicit.ExtOpenScad.Definitions (
20+
Expr(),
2021
OVal(OUModule, ONModule, ONModuleWithSuite, OVargsModule),
2122
SourcePosition,
2223
StateC,

0 commit comments

Comments
 (0)