Skip to content

Commit

Permalink
Add embed declaration for GHC.Prim.Word64#
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Nov 15, 2023
1 parent f7ce46c commit 945703f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GHC/Types_LHAssumptions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ embed GHC.Types.Float as real
embed GHC.Prim.Float# as real
embed GHC.Types.Word as int
embed GHC.Prim.Word# as int
embed GHC.Prim.Word64# as int
embed GHC.Types.Int as int
embed GHC.Prim.Int# as int
embed GHC.Types.Bool as bool
Expand Down

0 comments on commit 945703f

Please sign in to comment.