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 bc381a0 commit 3a94a63
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 @@ -47,7 +47,7 @@ consApp = lemma "consApp"
(\(Forall @"x" (x :: SInteger)) (Forall @"xs" xs) (Forall @"ys" ys) -> (x .: xs) ++ ys .== x .: (xs ++ ys))
[]

-- | Prove that list append is associative.
-- | @(xs ++ ys) ++ zs == xs ++ (ys ++ zs)@
--
-- We have:
-- >>> appendAssoc
Expand Down

0 comments on commit 3a94a63

Please sign in to comment.