summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/programs/galois_raytrace/CSG.hs
blob: ba37a17b25e76d0e63d65dffd858d70228fa730c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- Copyright (c) 2000 Galois Connections, Inc.
-- All rights reserved.  This software is distributed as
-- free software under the license in the file "LICENSE",
-- which is included in the distribution.

module CSG(module Construct,
	   module Geometry,
	   module Intersections,
	   module Interval,
	   module Misc) where

import Construct
import Geometry
import Intersections
import Interval
import Misc