Packages

package pure

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. pure
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package backend

Type Members

  1. type CanvasIO[+A] = RIO[Canvas, A]
  2. trait MinartApp extends AnyRef

    Entrypoint for pure Minart applications.

  3. sealed trait RIO[-R, +A] extends AnyRef

    Representation of an effectful operation, based on Haskell's RIO Monad.

Value Members

  1. object CanvasIO

    Representation of a canvas operation, with the common Monad operations.

  2. object RIO

Inherited from AnyRef

Inherited from Any

Ungrouped