diff options
-rw-r--r-- | compiler/prelude/primops.txt.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp index cddb62a7d5..42162a87ea 100644 --- a/compiler/prelude/primops.txt.pp +++ b/compiler/prelude/primops.txt.pp @@ -1892,7 +1892,7 @@ primop MakeStableNameOp "makeStableName#" GenPrimOp out_of_line = True primop EqStableNameOp "eqStableName#" GenPrimOp - StableName# a -> StableName# a -> Int# + StableName# a -> StableName# b -> Int# primop StableNameToIntOp "stableNameToInt#" GenPrimOp StableName# a -> Int# |