Skip to content

Commit

Permalink
more doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
arybczak committed Aug 22, 2024
1 parent 8e96de7 commit ea7a402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion effectful-core/src/Effectful/Labeled.hs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runLabeled runE m = runE (fromLabeled m)

-- | Bring an effect into scope without a label.
--
-- Useful for running code designed with the non-labeled effect in mind.
-- Useful for running code written with the non-labeled effect in mind.
labeled
:: forall label e es a
. Labeled label e :> es
Expand Down

0 comments on commit ea7a402

Please sign in to comment.