DeepDarkFantasy-0.2017.8.19: A DSL for creating neural network.

Safe HaskellSafe
LanguageHaskell2010

DDF.Int

Contents

Documentation

class Ordering r => Int r where Source #

Minimal complete definition

int, pred, intCmp

Methods

int :: Int -> r h Int Source #

pred :: r h (Int -> Int) Source #

intCmp :: r h (Int -> Int -> Ordering) Source #

Instances

Int Eval Source # 

Methods

int :: Int -> Eval h Int Source #

pred :: Eval h (Int -> Int) Source #

intCmp :: Eval h (Int -> Int -> Ordering) Source #

Int Show Source # 

Methods

int :: Int -> Show h Int Source #

pred :: Show h (Int -> Int) Source #

intCmp :: Show h (Int -> Int -> Ordering) Source #

Int Size Source # 

Methods

int :: Int -> Size h Int Source #

pred :: Size h (Int -> Int) Source #

intCmp :: Size h (Int -> Int -> Ordering) Source #

Int repr => Int (P repr) Source # 

Methods

int :: Int -> P repr h Int Source #

pred :: P repr h (Int -> Int) Source #

intCmp :: P repr h (Int -> Int -> Ordering) Source #

SubL c Int => Int (Term c) Source # 

Methods

int :: Int -> Term c h Int Source #

pred :: Term c h (Int -> Int) Source #

intCmp :: Term c h (Int -> Int -> Ordering) Source #

Int r => Int (UnHOAS r) Source # 

Methods

int :: Int -> UnHOAS r h Int Source #

pred :: UnHOAS r h (Int -> Int) Source #

intCmp :: UnHOAS r h (Int -> Int -> Ordering) Source #

(Prod r, Int r) => Int (UnLiftEnv r) Source # 

Methods

int :: Int -> UnLiftEnv r h Int Source #

pred :: UnLiftEnv r h (Int -> Int) Source #

intCmp :: UnLiftEnv r h (Int -> Int -> Ordering) Source #

(Prod r, Int r) => Int (ImpW r) Source # 

Methods

int :: Int -> ImpW r h Int Source #

pred :: ImpW r h (Int -> Int) Source #

intCmp :: ImpW r h (Int -> Int -> Ordering) Source #

type SubLC c Int Source # 
type SubLC c Int = SubL c Ordering

pred1 :: Int r => r h Int -> r h Int Source #

Orphan instances

Int r => ObjOrd r Int Source # 

Methods

cmp :: r h (Int -> Int -> Ordering) Source #

eq :: r h (Int -> Int -> Bool) Source #