Skip to content

Commit

Permalink
more haddock comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Dec 3, 2024
1 parent 2ca9235 commit 94b7c42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/SBV/Examples/KnuckleDragger/Lists.hs
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ filterEx2 = runKD $ do

pure ()

-- | Data declaration for an uninterpreted source type.
data A
mkUninterpretedSort ''A

-- | Data declaration for an uninterpreted target type.
data B
mkUninterpretedSort ''B

Expand Down

0 comments on commit 94b7c42

Please sign in to comment.