progress with versioning lib
This commit is contained in:
parent
3623988f86
commit
618cdf7314
7 changed files with 236 additions and 91 deletions
|
|
@ -27,7 +27,6 @@ const typeSymbolToCmp = new Map([
|
|||
[symbolUnit , compareUnits ],
|
||||
[symbolBottom , _ => _ => { throw new Error("Bottom!"); }],
|
||||
[symbolUUID , compareSymbols ],
|
||||
// [SymbolGenericType, ?] TODO
|
||||
[symbolType , compareTypes ],
|
||||
[symbolDynamic , compareDynamic ],
|
||||
[symbolOrdering, compareOrderings],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue