data-basic-0.3.0.0: A database library with a focus on ease of use, type safety and useful error messages

Safe HaskellNone
LanguageHaskell2010

Internal.Data.Basic.Compare

Documentation

class ComparableInDbExp (a :: *) (b :: *) where Source #

Minimal complete definition

compareInDbExp

Instances

(>.) :: ComparableInDbExp a b => a -> b -> ConditionExp infix 4 Source #

(==.) :: ComparableInDbExp a b => a -> b -> ConditionExp infix 4 Source #

(/=.) :: ComparableInDbExp a b => a -> b -> ConditionExp infix 4 Source #

(<.) :: ComparableInDbExp a b => a -> b -> ConditionExp infix 4 Source #

(<=.) :: ComparableInDbExp a b => a -> b -> ConditionExp infix 4 Source #

(>=.) :: ComparableInDbExp a b => a -> b -> ConditionExp infix 4 Source #