scientist-0.0.0.0: library/Scientist/Candidate.hs
module Scientist.Candidate
( Candidate(..)
) where
newtype Candidate a = Candidate
{ unCandidate :: a
}
module Scientist.Candidate
( Candidate(..)
) where
newtype Candidate a = Candidate
{ unCandidate :: a
}