concat-examples-0.3.0.0: Some examples of compiling to categories
Safe HaskellSafe-Inferred
LanguageHaskell2010

ConCat.LC

Description

Experimenting with an example. The plugin doesn't find the needed instances when they're declared in the same module as the example. Hm.

Documentation

class (OkLM R a, GenBuses a) => OkLC a Source #

Instances

Instances details
(OkLM R a, GenBuses a) => OkLC a Source # 
Instance details

Defined in ConCat.LC

OpCon (:*) (Sat OkLC) Source # 
Instance details

Defined in ConCat.LC

Methods

inOp :: forall (a :: k) (b :: k). (Sat OkLC a && Sat OkLC b) |- Sat OkLC (a :* b) Source #

class (HasL R a, Zip (V R a), Additive a, GenBuses a) => OkLFC a Source #

Instances

Instances details
(HasL R a, Zip (V R a), Additive a, GenBuses a) => OkLFC a Source # 
Instance details

Defined in ConCat.LC

OpCon (:*) (Sat OkLFC) Source # 
Instance details

Defined in ConCat.LC

Methods

inOp :: forall (a :: k) (b :: k). (Sat OkLFC a && Sat OkLFC b) |- Sat OkLFC (a :* b) Source #