Search results

identity :: forall a t. Category a => a t t
P purescript-prelude M Control.Category
identity :: forall c a. HasIdentity c => ObjectOf c a => c a a
P purescript-subcategory M Control.Subcategory.HasIdentity
introduce :: forall v s c. HasIntroduce c s => ObjectOf c v => c s v
P purescript-subcategory M Control.Subcategory.HasIntroduce
reflect :: forall v p c. Reflexive c p => ObjectOf c v => p v v
P purescript-subcategory M Control.Subcategory.Relation.Reflexive
terminate :: forall v u c. HasTerminate c u => ObjectOf c v => c v u
P purescript-subcategory M Control.Subcategory.HasTerminate
idiot :: forall a t. Category a => a t t

I combinator - identity bird

SKK

Λ a . a → a

λ x . x

P purescript-birds M Aviary.Birds
negate :: forall k s. RingCat k s => k s s
P purescript-dual-numbers M Data.Number.Dual
poly :: forall p a b. Profunctor p => Unital Function Unit Void Unit p => p a b
P purescript-monoidal M Data.Bifunctor.Monoidal.Specialized
poly :: forall b a p. Unital Function Unit Void Unit p => p a b
P purescript-profunctor-extra M Data.Profunctor.Monoidal
ppure :: forall p a. Profunctor p => Unital Function Unit Unit Unit p => Strong p => p a a
P purescript-monoidal M Data.Bifunctor.Monoidal.Specialized
ppure :: forall a p. Unital Function Unit Unit Unit p => Strong p => p a a
P purescript-profunctor-extra M Data.Profunctor.Monoidal
recip :: forall k s. DivisionRingCat k s => k s s
P purescript-dual-numbers M Data.Number.Dual
terminal :: forall t i p a. Cartesian t i p => p a i
P purescript-monoidal M Control.Category.Tensor
bottom :: forall a. Bounded a => a
P purescript-prelude M Data.Bounded
ff :: forall a. HeytingAlgebra a => a
P purescript-prelude M Data.HeytingAlgebra
genericBottom :: forall a rep. Generic a rep => GenericBottom rep => a

A Generic implementation of the bottom member from the Bounded type class.

P purescript-prelude M Data.Bounded.Generic
genericBottom' :: forall a. GenericBottom a => a
P purescript-prelude M Data.Bounded.Generic
genericFF :: forall a rep. Generic a rep => GenericHeytingAlgebra rep => a

A Generic implementation of the ff member from the HeytingAlgebra type class.

P purescript-prelude M Data.HeytingAlgebra.Generic
genericFF' :: forall a. GenericHeytingAlgebra a => a
P purescript-prelude M Data.HeytingAlgebra.Generic
genericMempty :: forall a rep. Generic a rep => GenericMonoid rep => a

A Generic implementation of the mempty member from the Monoid type class.

P purescript-prelude M Data.Monoid.Generic
genericMempty' :: forall a. GenericMonoid a => a
P purescript-prelude M Data.Monoid.Generic
genericOne :: forall a rep. Generic a rep => GenericSemiring rep => a

A Generic implementation of the one member from the Semiring type class.

P purescript-prelude M Data.Semiring.Generic
genericOne' :: forall a. GenericSemiring a => a
P purescript-prelude M Data.Semiring.Generic
genericTop :: forall a rep. Generic a rep => GenericTop rep => a

A Generic implementation of the top member from the Bounded type class.

P purescript-prelude M Data.Bounded.Generic
genericTop' :: forall a. GenericTop a => a
P purescript-prelude M Data.Bounded.Generic
genericTT :: forall a rep. Generic a rep => GenericHeytingAlgebra rep => a

A Generic implementation of the tt member from the HeytingAlgebra type class.

P purescript-prelude M Data.HeytingAlgebra.Generic
genericTT' :: forall a. GenericHeytingAlgebra a => a
P purescript-prelude M Data.HeytingAlgebra.Generic
genericZero :: forall a rep. Generic a rep => GenericSemiring rep => a

A Generic implementation of the zero member from the Semiring type class.

P purescript-prelude M Data.Semiring.Generic
genericZero' :: forall a. GenericSemiring a => a
P purescript-prelude M Data.Semiring.Generic
mempty :: forall m. Monoid m => m
P purescript-prelude M Data.Monoid
one :: forall a. Semiring a => a
P purescript-prelude M Data.Semiring
top :: forall a. Bounded a => a
P purescript-prelude M Data.Bounded
tt :: forall a. HeytingAlgebra a => a
P purescript-prelude M Data.HeytingAlgebra
zero :: forall a. Semiring a => a
P purescript-prelude M Data.Semiring
empty :: forall f a. Plus f => f a
P purescript-control M Control.Plus
crash :: forall a. Partial => a

A partial function which crashes on any input with a default message.

P purescript-partial M Partial
none :: forall f a. Unfoldable f => f a

The container with no elements - unfolded with zero iterations. For example:

none == ([] :: Array Unit)
P purescript-unfoldable M Data.Unfoldable
genBoundedEnum :: forall m a. MonadGen m => BoundedEnum a => m a

Create a random generator for a finite enumeration.

P purescript-enums M Data.Enum.Gen
conquer :: forall f a. Divisible f => f a
P purescript-contravariant M Data.Divisible
ask :: forall r m. MonadAsk r m => m r
P purescript-transformers M Control.Monad.Reader.Class
get :: forall m s. MonadState s m => m s

Get the current state.

P purescript-transformers M Control.Monad.State.Class
never :: forall e f m a. MonadBracket e f m => m a
P purescript-fork M Control.Monad.Fork.Class
nil :: forall f a. Alignable f => f a
P purescript-these M Data.Align
undefined :: forall a. a
P purescript-typelevel M Data.Typelevel.Undefined
all :: forall a. All a => a
P purescript-css M CSS.Common
auto :: forall a. Auto a => a
P purescript-css M CSS.Common
baseline :: forall a. Baseline a => a
P purescript-css M CSS.Common
bottom :: forall a. Bottom a => a
P purescript-css M CSS.Common
center :: forall a. Center a => a
P purescript-css M CSS.Common
flexEnd :: forall a. FlexEnd a => a
P purescript-css M CSS.Flexbox
flexStart :: forall a. FlexStart a => a
P purescript-css M CSS.Flexbox
hidden :: forall a. Hidden a => a
P purescript-css M CSS.Common
inherit :: forall a. Inherit a => a
P purescript-css M CSS.Common
initial :: forall a. Initial a => a
P purescript-css M CSS.Common
middle :: forall a. Middle a => a
P purescript-css M CSS.Common
none :: forall a. None a => a
P purescript-css M CSS.Common
normal :: forall a. Normal a => a
P purescript-css M CSS.Common
spaceAround :: forall a. SpaceAround a => a
P purescript-css M CSS.Flexbox
spaceBetween :: forall a. SpaceBetween a => a
P purescript-css M CSS.Flexbox
stretch :: forall a. Stretch a => a
P purescript-css M CSS.Flexbox
top :: forall a. Top a => a
P purescript-css M CSS.Common
unset :: forall a. Unset a => a
P purescript-css M CSS.Common
visible :: forall a. Visible a => a
P purescript-css M CSS.Common
undefined :: forall anything. anything
P purescript-undefined M Undefined
animate_ :: forall html a. Html html => html a

Defines an animation on an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
animate_ :: forall html a. Html html => html a

Defines an animation on an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
animateColor_ :: forall html a. Html html => html a

Defines an animated color change for an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
animateColor_ :: forall html a. Html html => html a

Defines an animated color change for an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
animateMotion_ :: forall html a. Html html => html a

Defines an animated motion path for an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
animateMotion_ :: forall html a. Html html => html a

Defines an animated motion path for an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
animateTransform_ :: forall html a. Html html => html a

Defines an animated transformation on an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
animateTransform_ :: forall html a. Html html => html a

Defines an animated transformation on an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
area_ :: forall html a. Html html => html a

Defines an area inside an image map [No Attributes]

P purescript-chameleon M Chameleon.HTML.Elements
area_ :: forall html a. Html html => html a

Defines an area inside an image map [No Attributes]

P purescript-chameleon M Chameleon.HTML.KeyedElements
base_ :: forall html a. Html html => html a

Defines the base URL for all relative URLs in a document [No Attributes]

P purescript-chameleon M Chameleon.HTML.Elements
base_ :: forall html a. Html html => html a

Defines the base URL for all relative URLs in a document [No Attributes]

P purescript-chameleon M Chameleon.HTML.KeyedElements
br_ :: forall html a. Html html => html a

Defines a single line break [No Attributes]

P purescript-chameleon M Chameleon.HTML.Elements
br_ :: forall html a. Html html => html a

Defines a single line break [No Attributes]

P purescript-chameleon M Chameleon.HTML.KeyedElements
circle_ :: forall html a. Html html => html a

Creates a circle element [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
circle_ :: forall html a. Html html => html a

Creates a circle element [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
col_ :: forall html a. Html html => html a

Defines attributes for table columns [No Attributes]

P purescript-chameleon M Chameleon.HTML.Elements
col_ :: forall html a. Html html => html a

Defines attributes for table columns [No Attributes]

P purescript-chameleon M Chameleon.HTML.KeyedElements
cursor_ :: forall html a. Html html => html a

Defines a cursor for an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
cursor_ :: forall html a. Html html => html a

Defines a cursor for an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
ellipse_ :: forall html a. Html html => html a

Creates an ellipse element [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
ellipse_ :: forall html a. Html html => html a

Creates an ellipse element [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
embed_ :: forall html a. Html html => html a

Defines a container for an external application or interactive content [No Attributes]

P purescript-chameleon M Chameleon.HTML.Elements
embed_ :: forall html a. Html html => html a

Defines a container for an external application or interactive content [No Attributes]

P purescript-chameleon M Chameleon.HTML.KeyedElements
feBlend_ :: forall html a. Html html => html a

Defines a blend mode for two input images in a filter [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
feBlend_ :: forall html a. Html html => html a

Defines a blend mode for two input images in a filter [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
feColorMatrix_ :: forall html a. Html html => html a

Applies a color transformation to an input image [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
feColorMatrix_ :: forall html a. Html html => html a

Applies a color transformation to an input image [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
feComponentTransfer_ :: forall html a. Html html => html a

Allows for component-wise remapping of input image components [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
feComponentTransfer_ :: forall html a. Html html => html a

Allows for component-wise remapping of input image components [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
feComposite_ :: forall html a. Html html => html a

Combines two input images using a composition operation [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
feComposite_ :: forall html a. Html html => html a

Combines two input images using a composition operation [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
feConvolveMatrix_ :: forall html a. Html html => html a

Applies a matrix convolution filter effect to an input image [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
feConvolveMatrix_ :: forall html a. Html html => html a

Applies a matrix convolution filter effect to an input image [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
feDiffuseLighting_ :: forall html a. Html html => html a

Creates a lighting effect using the alpha channel as a bump map [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
feDiffuseLighting_ :: forall html a. Html html => html a

Creates a lighting effect using the alpha channel as a bump map [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements