doc
This commit is contained in:
parent
c51e517b66
commit
3be17c1148
2 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Char, Double, Int, Unit } from "../primitives/types.js";
|
||||
// Total ordering of primitive types
|
||||
|
||||
export const compareNumbers = x => y => {
|
||||
if (typeof(x) !== 'number' || typeof(y) !== 'number') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue