mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
thing
This commit is contained in:
parent
a5d6ae91ac
commit
a0083e1862
8 changed files with 106 additions and 9 deletions
|
|
@ -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}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue