packages feed

fibon-0.1.0: lib/Fibon/InputSize.hs

module Fibon.InputSize(
  InputSize(..)
)
where

data InputSize =
    Test
  | Ref
  deriving(Eq, Read, Show, Ord, Enum)