10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-02 11:25:19 +02:00

IMMU -> IMMUTABLE

This commit is contained in:
Thomas Applencourt 2017-02-16 18:12:57 -06:00
parent 974775a9a5
commit 6bc15db94a

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,