mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-24 00:42:28 +03:00
Delete some obsolete comments
This commit is contained in:
parent
6308df3a8f
commit
a03953ecdc
@ -73,8 +73,6 @@ type family FromCrucibleBaseType (btp :: S.BaseType) :: M.Type where
|
||||
FromCrucibleBaseType (S.BaseBVType w) = M.BVType w
|
||||
FromCrucibleBaseType (S.BaseBoolType) = M.BoolType
|
||||
|
||||
-- run stack with --ghc-options=-ddump-splices
|
||||
|
||||
-- | A different parameterized pair wrapper; the one in Data.Parameterized.Map
|
||||
-- hides the @tp@ parameter under an existential, while we need the variant that
|
||||
-- exposes it.
|
||||
@ -278,8 +276,6 @@ genExecInstruction _ impl semantics captureInfo = do
|
||||
Nothing -> m
|
||||
Just pf -> Map.insert co (PairF pf ci) m
|
||||
|
||||
-- SemMC.Formula: instantiateFormula
|
||||
|
||||
natReprTH :: M.NatRepr w -> Q Exp
|
||||
natReprTH w = [| knownNat :: M.NatRepr $(litT (numTyLit (natValue w))) |]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user