DeepDarkFantasy-0.2017.8.15: A DSL for creating neural network.

Safe HaskellSafe
LanguageHaskell2010

DDF.Unit

Documentation

module DDF.DBI

class DBI r => Unit r where Source #

Minimal complete definition

unit

Methods

unit :: r h () Source #

Instances

Unit Eval Source # 

Methods

unit :: Eval h () Source #

Unit Show Source # 

Methods

unit :: Show h () Source #

Unit Size Source # 

Methods

unit :: Size h () Source #

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

Methods

unit :: Term c h () Source #

Unit r => Unit (UnHOAS r) Source # 

Methods

unit :: UnHOAS r h () Source #

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

Methods

unit :: UnLiftEnv r h () Source #

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

Methods

unit :: ImpW r h () Source #

type SubLC c Unit Source # 
type SubLC c Unit = SubL c DBI