Skip to content

Commit

Permalink
master: hygiene
Browse files Browse the repository at this point in the history
  • Loading branch information
studJBccl committed Jun 12, 2024
1 parent fc8be20 commit e21cd0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Language/Hasmtlib/Internal/Expr.hs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ instance KnownNat n => KnownSMTRepr (BvType n) where singRepr = BvRepr (Proxy @n
data SomeKnownSMTRepr f where
SomeKnownSMTRepr :: forall (t :: SMTType) f. KnownSMTRepr t => f t -> SomeKnownSMTRepr f

-- newtype Some k c f = Some {_some :: forall (t :: k). c t => f t}

-- | SMT Expression
data Expr (t :: SMTType) where
-- Terms
Expand Down

0 comments on commit e21cd0e

Please sign in to comment.