Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Builtins] Bake inference into 'KnownTypeAst' #4220

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Drop junk
  • Loading branch information
effectfully committed Nov 15, 2021
commit 92cedf826c3e3298cd3a695443f60b6faead72a4
3 changes: 0 additions & 3 deletions plutus-core/plutus-core/src/PlutusCore/Constant/Typed.hs
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,6 @@ type HasConstantIn uni term = (UniOf term ~ uni, HasConstant term)
-- > instance KnownBuiltinTypeIn DefaultUni term Integer => KnownTypeIn DefaultUni term Integer
type KnownBuiltinTypeAst = Contains

-- type IsBuiltin :: forall a. Bool -> a -> GHC.Type
-- data IsBuiltin b x

-- | Requires a rep context and turns it into a type context.
type BuiltinDone :: forall a. a -> GHC.Type
data BuiltinDone x
Expand Down