-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Builtins] [Test] Dump denotation signatures to golden files (#6462)
This dumps the type signature of the denotation of each of the builtins to a golden file. All changes in type signatures must be reflected explicitly whenever they're captured by semantics variants (see the test code). This is a very important test given how easy it is to change the behavior of a builtin just by slightly tweaking the signature of its denotation.
- Loading branch information
1 parent
cbf99fb
commit 179e07c
Showing
128 changed files
with
292 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...us-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/AddInteger.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> Integer -> Integer |
1 change: 1 addition & 0 deletions
1
...core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/AndByteString.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Bool -> ByteString -> ByteString -> ByteString |
1 change: 1 addition & 0 deletions
1
...e/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/AppendByteString.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> ByteString -> ByteString |
1 change: 1 addition & 0 deletions
1
...-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/AppendString.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Text -> Text -> Text |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/BData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> Data |
1 change: 1 addition & 0 deletions
1
...s-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Blake2b_224.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> ByteString |
1 change: 1 addition & 0 deletions
1
...s-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Blake2b_256.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> ByteString |
1 change: 1 addition & 0 deletions
1
...e/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_G1_add.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Element -> Element -> Element |
1 change: 1 addition & 0 deletions
1
...tus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_G1_compress.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Element -> ByteString |
1 change: 1 addition & 0 deletions
1
...plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_G1_equal.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Element -> Element -> Bool |
1 change: 1 addition & 0 deletions
1
...-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_G1_hashToGroup.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> ByteString -> BuiltinResult Element |
1 change: 1 addition & 0 deletions
1
...e/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_G1_neg.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Element -> Element |
1 change: 1 addition & 0 deletions
1
...us-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_G1_scalarMul.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> Element -> Element |
1 change: 1 addition & 0 deletions
1
...s-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_G1_uncompress.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> BuiltinResult Element |
1 change: 1 addition & 0 deletions
1
...e/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_G2_add.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Element -> Element -> Element |
1 change: 1 addition & 0 deletions
1
...tus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_G2_compress.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Element -> ByteString |
1 change: 1 addition & 0 deletions
1
...plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_G2_equal.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Element -> Element -> Bool |
1 change: 1 addition & 0 deletions
1
...-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_G2_hashToGroup.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> ByteString -> BuiltinResult Element |
1 change: 1 addition & 0 deletions
1
...e/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_G2_neg.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Element -> Element |
1 change: 1 addition & 0 deletions
1
...us-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_G2_scalarMul.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> Element -> Element |
1 change: 1 addition & 0 deletions
1
...s-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_G2_uncompress.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> BuiltinResult Element |
1 change: 1 addition & 0 deletions
1
...tus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_finalVerify.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
MlResult -> MlResult -> Bool |
1 change: 1 addition & 0 deletions
1
...utus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_millerLoop.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Element -> Element -> MlResult |
1 change: 1 addition & 0 deletions
1
...tus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Bls12_381_mulMlResult.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
MlResult -> MlResult -> MlResult |
1 change: 1 addition & 0 deletions
1
...lutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/ByteStringToInteger.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Bool -> ByteString -> Integer |
1 change: 1 addition & 0 deletions
1
...us-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/ChooseData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
forall a. Data -> Opaque Val (TyVarRep * ('TyNameRep * "a" 0)) -> Opaque Val (TyVarRep * ('TyNameRep * "a" 0)) -> Opaque Val (TyVarRep * ('TyNameRep * "a" 0)) -> Opaque Val (TyVarRep * ('TyNameRep * "a" 0)) -> Opaque Val (TyVarRep * ('TyNameRep * "a" 0)) -> Opaque Val (TyVarRep * ('TyNameRep * "a" 0)) |
1 change: 1 addition & 0 deletions
1
...us-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/ChooseList.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
forall a. forall b. SomeConstant DefaultUni [TyVarRep * ('TyNameRep * "a" 0)] -> Opaque Val (TyVarRep * ('TyNameRep * "b" 1)) -> Opaque Val (TyVarRep * ('TyNameRep * "b" 1)) -> BuiltinResult (Opaque Val (TyVarRep * ('TyNameRep * "b" 1))) |
1 change: 1 addition & 0 deletions
1
...us-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/ChooseUnit.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
forall a. () -> Opaque Val (TyVarRep * ('TyNameRep * "a" 0)) -> Opaque Val (TyVarRep * ('TyNameRep * "a" 0)) |
1 change: 1 addition & 0 deletions
1
...utus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/ComplementByteString.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> ByteString |
1 change: 1 addition & 0 deletions
1
...thesis/Golden/Signatures/DefaultFun/ConsByteString_DefaultFunSemanticsVariantA.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> ByteString -> ByteString |
1 change: 1 addition & 0 deletions
1
...thesis/Golden/Signatures/DefaultFun/ConsByteString_DefaultFunSemanticsVariantC.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Word8 -> ByteString -> ByteString |
1 change: 1 addition & 0 deletions
1
...us-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/ConstrData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> [Data] -> Data |
1 change: 1 addition & 0 deletions
1
...-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/CountSetBits.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> Int |
1 change: 1 addition & 0 deletions
1
...us-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/DecodeUtf8.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> BuiltinResult Text |
1 change: 1 addition & 0 deletions
1
...core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/DivideInteger.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> Integer -> BuiltinResult Integer |
1 change: 1 addition & 0 deletions
1
...us-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/EncodeUtf8.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Text -> ByteString |
1 change: 1 addition & 0 deletions
1
...e/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/EqualsByteString.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> ByteString -> Bool |
1 change: 1 addition & 0 deletions
1
...us-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/EqualsData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Data -> Data -> Bool |
1 change: 1 addition & 0 deletions
1
...core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/EqualsInteger.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> Integer -> Bool |
1 change: 1 addition & 0 deletions
1
...-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/EqualsString.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Text -> Text -> Bool |
1 change: 1 addition & 0 deletions
1
...core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/ExpModInteger.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> Integer -> Natural -> BuiltinResult Natural |
1 change: 1 addition & 0 deletions
1
...re/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/FindFirstSetBit.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> Int |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/FstPair.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
forall a. forall b. SomeConstant DefaultUni ((TyVarRep * ('TyNameRep * "a" 0)),(TyVarRep * ('TyNameRep * "b" 1))) -> BuiltinResult (Opaque Val (TyVarRep * ('TyNameRep * "a" 0))) |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/HeadList.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
forall a. SomeConstant DefaultUni [TyVarRep * ('TyNameRep * "a" 0)] -> BuiltinResult (Opaque Val (TyVarRep * ('TyNameRep * "a" 0))) |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/IData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> Data |
1 change: 1 addition & 0 deletions
1
...us-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/IfThenElse.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
forall a. Bool -> Opaque Val (TyVarRep * ('TyNameRep * "a" 0)) -> Opaque Val (TyVarRep * ('TyNameRep * "a" 0)) -> Opaque Val (TyVarRep * ('TyNameRep * "a" 0)) |
1 change: 1 addition & 0 deletions
1
...re/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/IndexByteString.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> Int -> BuiltinResult Word8 |
1 change: 1 addition & 0 deletions
1
...lutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/IntegerToByteString.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Bool -> NumBytesCostedAsNumWords -> Integer -> BuiltinResult ByteString |
1 change: 1 addition & 0 deletions
1
...us-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Keccak_256.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> ByteString |
1 change: 1 addition & 0 deletions
1
...plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/LengthOfByteString.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> Int |
1 change: 1 addition & 0 deletions
1
...plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/LessThanByteString.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> ByteString -> Bool |
1 change: 1 addition & 0 deletions
1
...-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/LessThanEqualsByteString.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> ByteString -> Bool |
1 change: 1 addition & 0 deletions
1
...tus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/LessThanEqualsInteger.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> Integer -> Bool |
1 change: 1 addition & 0 deletions
1
...re/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/LessThanInteger.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> Integer -> Bool |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/ListData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[Data] -> Data |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/MapData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[(Data,Data)] -> Data |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/MkCons.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
forall a. SomeConstant DefaultUni (TyVarRep * ('TyNameRep * "a" 0)) -> SomeConstant DefaultUni [TyVarRep * ('TyNameRep * "a" 0)] -> BuiltinResult (Opaque Val [TyVarRep * ('TyNameRep * "a" 0)]) |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/MkNilData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
() -> [Data] |
1 change: 1 addition & 0 deletions
1
...core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/MkNilPairData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
() -> [(Data,Data)] |
1 change: 1 addition & 0 deletions
1
...us-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/MkPairData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Data -> Data -> (Data,Data) |
1 change: 1 addition & 0 deletions
1
...us-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/ModInteger.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> Integer -> BuiltinResult Integer |
1 change: 1 addition & 0 deletions
1
...re/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/MultiplyInteger.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> Integer -> Integer |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/NullList.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
forall a. SomeConstant DefaultUni [TyVarRep * ('TyNameRep * "a" 0)] -> BuiltinResult Bool |
1 change: 1 addition & 0 deletions
1
...-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/OrByteString.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Bool -> ByteString -> ByteString -> ByteString |
1 change: 1 addition & 0 deletions
1
...re/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/QuotientInteger.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> Integer -> BuiltinResult Integer |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/ReadBit.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> Int -> BuiltinResult Bool |
1 change: 1 addition & 0 deletions
1
...e/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/RemainderInteger.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> Integer -> BuiltinResult Integer |
1 change: 1 addition & 0 deletions
1
...core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/ReplicateByte.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
NumBytesCostedAsNumWords -> Word8 -> BuiltinResult ByteString |
1 change: 1 addition & 0 deletions
1
...us-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Ripemd_160.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> ByteString |
1 change: 1 addition & 0 deletions
1
...e/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/RotateByteString.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> IntegerCostedLiterally -> ByteString |
1 change: 1 addition & 0 deletions
1
...core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/SerialiseData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Data -> ByteString |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Sha2_256.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> ByteString |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Sha3_256.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> ByteString |
1 change: 1 addition & 0 deletions
1
...re/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/ShiftByteString.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> IntegerCostedLiterally -> ByteString |
1 change: 1 addition & 0 deletions
1
...re/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/SliceByteString.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Int -> Int -> ByteString -> ByteString |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/SndPair.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
forall a. forall b. SomeConstant DefaultUni ((TyVarRep * ('TyNameRep * "a" 0)),(TyVarRep * ('TyNameRep * "b" 1))) -> BuiltinResult (Opaque Val (TyVarRep * ('TyNameRep * "b" 1))) |
1 change: 1 addition & 0 deletions
1
...re/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/SubtractInteger.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Integer -> Integer -> Integer |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/TailList.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
forall a. SomeConstant DefaultUni [TyVarRep * ('TyNameRep * "a" 0)] -> BuiltinResult (Opaque Val [TyVarRep * ('TyNameRep * "a" 0)]) |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/Trace.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
forall a. Text -> Opaque Val (TyVarRep * ('TyNameRep * "a" 0)) -> BuiltinResult (Opaque Val (TyVarRep * ('TyNameRep * "a" 0))) |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/UnBData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Data -> BuiltinResult ByteString |
1 change: 1 addition & 0 deletions
1
...-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/UnConstrData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Data -> BuiltinResult (Integer,[Data]) |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/UnIData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Data -> BuiltinResult Integer |
1 change: 1 addition & 0 deletions
1
...us-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/UnListData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Data -> BuiltinResult [Data] |
1 change: 1 addition & 0 deletions
1
plutus-core/plutus-core/test/TypeSynthesis/Golden/Signatures/DefaultFun/UnMapData.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Data -> BuiltinResult [(Data,Data)] |
1 change: 1 addition & 0 deletions
1
.../test/TypeSynthesis/Golden/Signatures/DefaultFun/VerifyEcdsaSecp256k1Signature.sig.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ByteString -> ByteString -> ByteString -> BuiltinResult Bool |
Oops, something went wrong.