p
smithy4s
package smithy4s
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- smithy4s
- TypeAliases
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type GenLift[F[_]] = AnyRef { type λ[I, E, O, SI, SO] = F[O] }
- type Hint = Binding[_]
- type Interpreter[Op[_, _, _, _, _], F[_]] = Transformation[Op, [I, E, O, SI, SO]F[O]]
- Definition Classes
- TypeAliases
- type Monadic[Alg[_[_, _, _, _, _]], F[_]] = Alg[[I, E, O, SI, SO]F[O]]
- Definition Classes
- TypeAliases
- type Schema[A] = schematic.Schema[Schematic, A]
- type Static[A] = A with Tag
- type StaticSchema[A] = Schema[A] with Tag
- type UnionSchema[A] = schematic.union.Schema[UnionSchematic, A]
- type UnionSchematic[F[_]] = schematic.union.Schematic[F]