Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Sep 5, 2024
1 parent 3a94a63 commit ba4b94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/SBV/Examples/KnuckleDragger/AppendRev.hs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ appendAssoc = do
(\(Forall @"xs" (xs :: SList Integer)) (Forall @"ys" ys) (Forall @"zs" zs) -> p xs ys zs)
[lconsApp , induct]

-- | Prove that reversing a list twice leaves the list unchanged.
-- | @reverse (reverse xs) == xs@
--
-- We have:
--
Expand Down

0 comments on commit ba4b94e

Please sign in to comment.