Commit 4dc8bffa authored by Dylan Trotter's avatar Dylan Trotter

Implement frozenset.

parent f60ee257
......@@ -94,6 +94,7 @@ var builtinTypes = map[*Type]*builtinTypeInfo{
FileType: {init: initFileType, global: true},
FloatType: {init: initFloatType, global: true},
FrameType: {init: initFrameType},
FrozenSetType: {init: initFrozenSetType, global: true},
FunctionType: {init: initFunctionType},
FutureWarningType: {global: true},
GeneratorType: {init: initGeneratorType},
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment