From ffd1c8173e981584d0b766c8b5881ed2d2be5393 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Wed, 13 Mar 2019 01:26:05 -0400 Subject: stylish haskell --- GenSCAD.hs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'GenSCAD.hs') diff --git a/GenSCAD.hs b/GenSCAD.hs index 548792f..bbc1299 100644 --- a/GenSCAD.hs +++ b/GenSCAD.hs @@ -11,11 +11,11 @@ module GenSCAD , colorcubeat ) where -import Linear.V3 -import Control.Lens -import Data.List -import System.IO.Temp -import System.Process +import Control.Lens +import Data.List +import Linear.V3 +import System.IO.Temp +import System.Process v3tolist :: V3 a -> [a] @@ -45,7 +45,7 @@ colorcubeat rgb d pos = color rgb $ translate pos $ cube d --place [x] = "ERROR" place :: [String] -> String -place [d, p] = cubeat d p +place [d, p] = cubeat d p place [r, d, p] = colorcubeat r d p --place[o] = scad (fst o) (snd o) -- cgit v1.2.3