Module

Lazy.Joe

Package
purescript-lazy-joe
Repository
sigma-andex/purescript-lazy-joe

#Varargs Source

data Varargs

Instances

#Effectful Source

class Effectful f output | output -> f where

Members

Instances

#New Source

class New f output | output -> f where

Members

  • new :: f -> output

Instances

  • New (Fn5 a b c d e f) (a -> b -> c -> d -> e -> f)
  • New (Fn4 a b c d e) (a -> b -> c -> d -> e)
  • New (Fn3 a b c d) (a -> b -> c -> d)
  • New (Fn2 a b c) (a -> b -> c)
  • New (Fn1 a b) (a -> b)
  • New (Fn0 a) a

#Scoped Source

class Scoped f output | output -> f where

Members

  • scoped :: forall mod. mod -> f -> output

Instances

#Curried Source

class Curried f output | output -> f where

Members

Instances

#Variadic Source

class Variadic f output | output -> f where

Members

Instances

#from Source

from :: forall mod m. MonadAff m => String -> m (Record mod)

Import a module

#fromDefault Source

fromDefault :: forall mod m. MonadAff m => String -> m mod

Import a module with a default export

Modules
Lazy.Joe