Ariety to arity

This commit is contained in:
elvis
2024-10-24 16:27:21 +02:00
parent 0c9490780a
commit 733834a5a7
2 changed files with 6 additions and 6 deletions

View File

@ -50,7 +50,7 @@ type memory = {
exception AbsentAssignment of string
exception WrongType of string
exception DivisionByZero of string
exception WrongAriety of string
exception WrongArity of string
exception WrongTypeSpecification of string
val reduce : t_exp -> int -> int