This commit is contained in:
alice 2024-10-20 19:59:41 +02:00
parent a5d6ae91ac
commit a0083e1862
8 changed files with 106 additions and 9 deletions

View file

@ -71,7 +71,7 @@ lines_before = [
"type p<T> ="+space+"T?|()->T",
"type e<T=()->()> ="+space+"T?",
"type a={priority:"+space+"number,"+space+"callback:"+space+"(Instance)"+space+"->"+space+"()}",
"type recursive<T>=T|{recursive<T>}"
"type recursive<T> =T|{recursive<T>}"
"type c<T> =a|T|Recursive<Instance>|()->Recursive<Instance>",
"type ContentId = string", # temporary
"type Dictionary = {[string]: any}",