packages feed

Boolean 0.2.1 → 0.2.2

raw patch · 2 files changed

+6/−5 lines, 2 files

Files

Boolean.cabal view
@@ -1,5 +1,5 @@ Name:                Boolean-Version:             0.2.1+Version:             0.2.2 Synopsis:            Generalized booleans and numbers Category:            Data Cabal-Version:       >= 1.6
src/Data/Boolean/Numbers.hs view
@@ -4,7 +4,7 @@  {-# OPTIONS_GHC -Wall #-} --- -----------------------------------------------------------------------+------------------------------------------------------------------------- -- | -- Module      :  Data.Boolean.Numbers -- Copyright   :  (c) Jan Bracker 2013@@ -17,10 +17,11 @@ -- functions that would break a potential deep embedding are removed -- or generalized to support deep embeddings. -- --- The class hirarchy for numeric types keeps as close as possible to the --- 'Prelude' hirarchy. A great part of the default implementation and comments+-- The class hierarchy for numeric types keeps as close as possible to the +-- 'Prelude' hierarchy. A great part of the default implementation and comments -- are copied and adopted from 'Prelude'.--- -----------------------------------------------------------------------+--+-------------------------------------------------------------------------  module Data.Boolean.Numbers    ( NumB(..)