Skip to content

CapillarySoftware/purescript-debug-foreign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module Documentation

Build Status Bower version Dependency Status

Module Debug.Foreign

Values

fprint :: forall a e. a -> Eff (trace :: Trace | e) a

fprintStringify :: forall a e. a -> Eff (trace :: Trace | e) a

fprintUnsafe :: forall a. a -> a

Module Debug.Spy

Values

spy :: forall a. (Show a) => a -> a

Module Debug.Foreign.Eval

Types

data Eval :: !

data Unsafe :: *

Values

evaluate :: forall r. String -> Eff (evil :: Eval | r) Unsafe

fpeek :: forall r. String -> Eff (evil :: Eval, trace :: Trace | r) Unsafe