Skip to content

Commit

Permalink
fromRational, issue #144
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorris committed Jul 21, 2015
1 parent a33a203 commit 99f6dac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Course/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module Course.Core(
, Bounded(..)
, RealFrac(..)
, Num(..)
, Fractional(..)
, Bool(..)
, Either(..)
, Int
Expand Down Expand Up @@ -56,6 +57,7 @@ import Prelude(
, Bounded(..)
, RealFrac(..)
, Num(..)
, Fractional(..)
, Bool(..)
, Either(..)
, Char
Expand Down

0 comments on commit 99f6dac

Please sign in to comment.