Module

Pinto.App

Package
erl-pinto
Repository
id3as/purescript-erl-pinto

Module roughly representing interactions with the 'application' See also 'application' in the OTP docs

#simpleStart Source

simpleStart :: forall args. Effect StartLinkResult -> EffectFn2 Atom (List args) Foreign

Defines the entry point to an applicaiton that ignores any passed in arguments and simply calls the supervisor callback provided

For example:

App.simpleStart MyGenSup.startLink