Module

Erl.Types

Package
erl-kernel
Repository
id3as/purescript-erl-kernel

#NonNegInt Source

type NonNegInt = Int

#PosInt Source

type PosInt = Int

#MonotonicTime Source

newtype MonotonicTime

Constructors

#NativeTime Source

newtype NativeTime

Constructors

#StrictlyMonotonicInt Source

#TimeOffset Source

newtype TimeOffset

Constructors

#Ref Source

data Ref :: Type

#ToErl Source

class ToErl option  where

Members

Instances

#FfiMilliseconds Source