basic functionality, no generics
This commit is contained in:
commit
a8260f2afb
17 changed files with 615 additions and 0 deletions
5
primitives/symbols.js
Normal file
5
primitives/symbols.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// to break up dependency cycles, symbols of primitive types have their own JS module
|
||||
|
||||
export const Bool = Symbol('Bool');
|
||||
export const Int = Symbol('Int');
|
||||
export const Double = Symbol('Double');
|
||||
Loading…
Add table
Add a link
Reference in a new issue