Skip to content

Commit

Permalink
Fr is also reserved.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Künnemann committed Jun 19, 2024
1 parent 1a5d5a4 commit 669e14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/src/016_syntax_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ the function definition.
Facts do not have to be defined up-front. This will probably change once we
implement user-defined sorts. Facts prefixed with `!` are persistent facts.
All other facts are linear. There are six reserved fact symbols: In, Out, KU,
KD, and K. KU and KD facts are used for construction and deconstruction
KD, Fr, and K. KU and KD facts are used for construction and deconstruction
rules. KU-facts also log the messages deduced by construction rules. Note that
KU-facts have arity 2. Their first argument is used to track the
exponentiation tags. See the `loops/Crypto_API_Simple.spthy` example for more
Expand Down

0 comments on commit 669e14a

Please sign in to comment.