Skip to content

Commit

Permalink
Small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Jun 21, 2022
1 parent 9ddbea7 commit 3ed6c27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plutus-core/cost-model/CostModelGeneration.md
Expand Up @@ -132,9 +132,9 @@ For documentation on how to add a new built-in type, see
the relevant builtin. Initially this should be set to `mempty`; we'll come
back and fix it later.

Note that there are certain restrictions on built-in functions: the
function should be deterministic, easy to cost, and it **must not
throw any exceptions.
Note that there are certain restrictions on built-in functions: the
function should be deterministic, easy to cost, and it **must not
throw any exceptions.

3. Add a tag for the Flat encoding in `instance Flat DefaultFun` in the same
file. This should be different from all the existing tags and should be less
Expand Down

0 comments on commit 3ed6c27

Please sign in to comment.