mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-26 15:33:30 +03:00
defaultMain: update documentation
This commit is contained in:
parent
6ca86613b5
commit
d93cdfca45
@ -123,8 +123,8 @@ data App s e n =
|
||||
}
|
||||
|
||||
-- | The default main entry point which takes an application and an
|
||||
-- initial state and returns the final state returned by a 'halt'
|
||||
-- operation.
|
||||
-- initial state and returns the final state from 'EventM' once the
|
||||
-- program exits.
|
||||
defaultMain :: (Ord n)
|
||||
=> App s e n
|
||||
-- ^ The application.
|
||||
|
Loading…
Reference in New Issue
Block a user