Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Feb 4, 2025
1 parent 1d79048 commit 1aa6cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/SBV/Tools/KD/KnuckleDragger.hs
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ instance ChainStep a a where

-- | Start reasoning for the calculational proof.
(<:) :: a -> [ProofStep a] -> [ProofStep a]
a <: b = ProofStep a [] =: b
a <: b = ProofStep a [] : b
infixr 1 <:

-- | Mark the end of a calculational proof.
Expand Down

0 comments on commit 1aa6cf8

Please sign in to comment.