Skip to content

Commit

Permalink
Update plutus-tx.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fsancheziohk committed Jul 8, 2020
1 parent 60848cb commit 0e8d385
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/tutorials/plutus-tx.rst
Expand Up @@ -33,10 +33,9 @@ Template Haskell preliminaries

Plutus Tx uses Haskell's metaprogramming support, Template Haskell, for two main reasons:

1. Template Haskell enables us to work at compile time, which is when
- Template Haskell enables us to work at compile time, which is when
we do Plutus Tx compilation.

2. It allows us to wire up the machinery that invokes the Plutus Tx compiler.
- It allows us to wire up the machinery that invokes the Plutus Tx compiler.

Template Haskell is very versatile, but we only use a few features.

Expand Down

0 comments on commit 0e8d385

Please sign in to comment.