common-type-names.go: TypeNil and TyperDict added
This commit is contained in:
parent
4b176eb868
commit
d6bf5ee500
@ -6,6 +6,7 @@ package expr
|
||||
|
||||
const (
|
||||
TypeAny = "any"
|
||||
TypeNil = "nil"
|
||||
TypeBoolean = "boolean"
|
||||
TypeFloat = "float"
|
||||
TypeFraction = "fraction"
|
||||
@ -15,6 +16,7 @@ const (
|
||||
TypeNumber = "number"
|
||||
TypePair = "pair"
|
||||
TypeString = "string"
|
||||
TypeDict = "dict"
|
||||
TypeListOf = "list-of-"
|
||||
TypeListOfStrings = "list-of-strings"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user