@[class]
- pure : Π {α : Type ?}, α → f α
Instances of this typeclass
Instances of other typeclasses for has_pure
@[class]
- seq : Π {α β : Type ?}, f (α → β) → f α → f β
Instances of this typeclass
Instances of other typeclasses for has_seq
@[class]
- seq_left : Π {α β : Type ?}, f α → f β → f α
Instances of this typeclass
Instances of other typeclasses for has_seq_left
- has_seq_left.has_sizeof_inst
@[class]
- seq_right : Π {α β : Type ?}, f α → f β → f β
Instances of this typeclass
Instances of other typeclasses for has_seq_right
- has_seq_right.has_sizeof_inst
@[class]
Instances of this typeclass
Instances of other typeclasses for applicative
- applicative.has_sizeof_inst