packages feed

scientist-0.0.0.0: library/Scientist/Candidate.hs

module Scientist.Candidate
  ( Candidate(..)
  ) where

newtype Candidate a = Candidate
  { unCandidate :: a
  }