packages feed

scientist-0.0.0.0: library/Scientist/Control.hs

module Scientist.Control
  ( Control(..)
  ) where

newtype Control a = Control
  { unControl :: a
  }