Module

Pinto.App

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

#simpleStart

simpleStart :: forall args serverType. Effect (StartLinkResult serverType) -> 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

Modules