Skip to content

Commit

Permalink
Fix comment and pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Jan 6, 2025
1 parent 0a91418 commit 71333a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Documentation/SBV/Examples/KnuckleDragger/Numeric.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
-- Maintainer: [email protected]
-- Stability : experimental
--
-- Example use of the KnuckleDragger, for some inductive proofs over integers
-- Example use of inductive KnuckleDragger proofs, over integers.
-----------------------------------------------------------------------------

{-# LANGUAGE DataKinds #-}
{-# LANGUAGE TypeAbstractions #-}
{-# LANGUAGE ScopedTypeVariables #-}

{-# OPTIONS_GHC -Wall -Werror #-}

Expand Down

0 comments on commit 71333a2

Please sign in to comment.