We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faca4ba commit ea36171Copy full SHA for ea36171
libs/cardano-ledger-api/src/Cardano/Ledger/Api/Tx.hs
@@ -11,6 +11,7 @@
11
--
12
-- Let's start by defining the GHC extensions and imports.
13
14
+-- >>> :set -XTypeApplications
15
-- >>> :set -XScopedTypeVariables
16
-- >>> import Test.QuickCheck
17
-- >>> import qualified Data.Sequence.Strict as StrictSeq
@@ -25,7 +26,7 @@
25
26
-- quickCheck $ \(txOut :: TxOut BabbageEra) ->
27
-- let
28
-- -- Defining a Babbage era transaction body with a single random transaction output
--- txBody = mkBasicTxBody
29
+-- txBody = mkBasicTxBody @TopTx
30
-- & outputsTxBodyL <>~ StrictSeq.singleton txOut
31
-- -- Defining a basic transaction with our transaction body
32
-- tx = mkBasicTx txBody
0 commit comments