use static versioning module instead
This commit is contained in:
parent
176bb5c109
commit
01dabaa219
3 changed files with 11 additions and 6 deletions
|
|
@ -46,7 +46,7 @@ const mkType = makeTypeParser({
|
|||
],
|
||||
});
|
||||
|
||||
export const ModuleVersioningCompare = [
|
||||
export const ModuleStaticVersioningCompare = [
|
||||
// comparison
|
||||
["compareSlot" , newDynamic(compareSlot )(mkType("(a -> a -> Ordering) -> :=a=: -> :=a=: -> Ordering"))],
|
||||
["compareValue", newDynamic(compareValue)(mkType("(a -> a -> Ordering) -> *=a=* -> *=a=* -> Ordering"))],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue