Skip to content

Commit

Permalink
mention other macros
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Feb 19, 2022
1 parent 36e6019 commit 19f26b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ assert Value(kind: Integer, integer: 1) == Integer(1)
assert Value(kind: Boolean, integer: 1) == Boolean(1)
assert Value(kind: Unsigned, unsigned: 1) == Unsigned(1)
assert Value(kind: Float, float: 1) == Float(1)
# see tests/docs for other macros
```

0 comments on commit 19f26b1

Please sign in to comment.