fix some things
This commit is contained in:
parent
d9111c3969
commit
bbac7858ae
16 changed files with 69 additions and 55 deletions
|
|
@ -5,7 +5,7 @@ import { isTypeVar, TYPE_VARS } from "../primitives/typevars.js";
|
|||
|
||||
// helper for creating generic types
|
||||
// for instance, the type:
|
||||
// ∀a: a -> a -> Bool
|
||||
// a -> a -> Bool
|
||||
// is created by
|
||||
// makeGeneric(a => fnType(() => a)(() => fnType(() => a)(() => Bool)))
|
||||
export const makeGeneric = callback => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue