Skip to content

Commit

Permalink
Add documentation for seed
Browse files Browse the repository at this point in the history
  • Loading branch information
eborden committed Jun 1, 2020
1 parent b601687 commit b026557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphula-core/src/Graphula.hs
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ whenNothing (Just _) _ = pure Nothing

runGraphulaT
:: (MonadUnliftIO m)
=> Maybe Int
-> (forall b . ReaderT SqlBackend n b -> m b)
=> Maybe Int -- ^ Optional seed
-> (forall b . ReaderT SqlBackend n b -> m b) -- ^ Database runner
-> GraphulaT n m a
-> m a
runGraphulaT mSeed runDB action = do
Expand Down

0 comments on commit b026557

Please sign in to comment.