Skip to content

Commit

Permalink
State: Remove HTraversable from haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
endgame authored and moodmosaic committed Jun 9, 2023
1 parent d0050bc commit 2fd068c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hedgehog/src/Hedgehog/Internal/State.hs
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ instance Ord1 Concrete where
-- type of variable because it is used in both the generation and the
-- execution phase.
--
-- The order of arguments makes 'Var' 'HTraverable', which is how 'Symbolic'
-- values are turned into 'Concrete' ones.
-- The order of arguments makes 'Var' 'FunctorB' and 'TraversableB', which is
-- how 'Symbolic' values are turned into 'Concrete' ones.
--
newtype Var a v =
Var (v a)
Expand Down

0 comments on commit 2fd068c

Please sign in to comment.