Skip to content

Commit

Permalink
exports
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Jul 31, 2017
1 parent 5624907 commit 4944ae0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions rain-water/src/Rain.hs
Expand Up @@ -3,6 +3,22 @@

module Rain
( collectWater

-- * Math classes
, Multiplication (..)
, Subtraction (..)

-- * Geometric quantities
, Width (..)
, Height (..)
, Area (..)

-- * Water-holding structure
, Face
, LeftFace
, RightFace
, Structure (..)

) where

import Data.Bool (otherwise)
Expand Down

0 comments on commit 4944ae0

Please sign in to comment.