Need to actually implement the type system. The type system should enforce integrity of every type. It could be as simple as: ```js {"string": x => typeof x == 'string'} ```
Need to actually implement the type system. The type system should enforce integrity of every type. It could be as simple as: