Explorar o código

remove enums from primitive types

abakobo %!s(int64=8) %!d(string=hai) anos
pai
achega
34955eadce
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      modules/monkey/docs/language/types.md

+ 0 - 1
modules/monkey/docs/language/types.md

@@ -20,7 +20,6 @@ The following primtive types are supported by monkey2:
 | `Float`	| 32 bit floating point.
 | `Double`	| 64 bit floating point.
 | `String`	| String of 16 bit characters.
-| `Enum`	| 32 bit UInt Enumerated type.
 
 #### Compound types