IMMU -> IMMUTABLE

This commit is contained in:
Thomas Applencourt 2017-02-16 18:12:57 -06:00
parent 974775a9a5
commit 6bc15db94a
1 changed files with 2 additions and 2 deletions

View File

@ -57,10 +57,10 @@ simple_dict = {
"subst": Subst,
"end_doc": End_doc,
"begin_provider": Begin_provider,
"begin_provider_immu": Begin_provider,
"begin_provider_immutable": Begin_provider,
"&begin_provider": Cont_provider,
"end_provider": End_provider,
"end_provider_immu": End_provider,
"end_provider_immutable": End_provider,
"assert": Assert,
"touch": Touch,
"soft_touch": SoftTouch,