Skip to content

Commit

Permalink
some cleaning up of the imports
Browse files Browse the repository at this point in the history
  • Loading branch information
noinia committed Aug 16, 2024
1 parent 9f1c917 commit 349a4df
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions hgeometry-examples/sampler/Main.hs
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{-# LANGUAGE QuasiQuotes #-}
module Main(main) where

import Control.Lens
import Control.Monad (replicateM)
import Data.List.NonEmpty (NonEmpty(..))
import Data.Maybe
import HGeometry.Point
import HGeometry.Polygon.Class
import HGeometry.Polygon.Simple
import HGeometry.Polygon.Simple.Sample
import HGeometry.Transformation
import HGeometry.Triangle
import Ipe
import qualified System.File.OsPath as File
import System.OsPath
import System.Random.Stateful
import Control.Monad (replicateM)
import Data.List.NonEmpty (NonEmpty(..))
import Data.Maybe
import HGeometry.Point
import HGeometry.Polygon.Simple
import HGeometry.Polygon.Simple.Sample
import HGeometry.Transformation
import HGeometry.Triangle
import Ipe
import System.OsPath
import System.Random.Stateful
--------------------------------------------------------------------------------

type R = Double
Expand Down

0 comments on commit 349a4df

Please sign in to comment.