Skip to content

Commit

Permalink
Remove WordRepresentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ollef committed Jun 8, 2024
1 parent 360551d commit c4fe838
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion builtin/Builtin.vix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ subInt : Int -> Int -> Int

EmptyRepresentation : Type
PointerRepresentation : Type
WordRepresentation : Type

maxRepresentation : Type -> Type -> Type
addRepresentation : Type -> Type -> Type
Expand Down
4 changes: 0 additions & 4 deletions src/Builtin.hs
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ pattern EmptyRepresentationName :: Name.Qualified
pattern EmptyRepresentationName =
"Sixten.Builtin.EmptyRepresentation"

pattern WordRepresentationName :: Name.Qualified
pattern WordRepresentationName =
"Sixten.Builtin.WordRepresentation"

pattern PointerRepresentationName :: Name.Qualified
pattern PointerRepresentationName =
"Sixten.Builtin.PointerRepresentation"
Expand Down

0 comments on commit c4fe838

Please sign in to comment.