Skip to content

Commit

Permalink
Export cubForm' and quartForm'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathnerd314 committed May 18, 2014
1 parent 4291c4f commit 07f41be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Diagrams/Solve.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ module Diagrams.Solve
( quadForm
, cubForm
, quartForm
, cubForm'
, quartForm'
) where

import Data.List (maximumBy)
Expand Down

1 comment on commit 07f41be

@jeffreyrosenbluth
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to put back {-# OPTIONS_GHC -fno-warn-unused-binds #-}
So that it compiles with the -Werror flag set.

Please sign in to comment.