Skip to content

Commit

Permalink
defaultMain: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Nov 10, 2023
1 parent 6ca8661 commit d93cdfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Brick/Main.hs
Expand Up @@ -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.
Expand Down

0 comments on commit d93cdfc

Please sign in to comment.