common-type-names.go: typeFraction added
This commit is contained in:
@@ -7,6 +7,7 @@ package expr
|
|||||||
const (
|
const (
|
||||||
typeBoolean = "boolean"
|
typeBoolean = "boolean"
|
||||||
typeFloat = "decimal"
|
typeFloat = "decimal"
|
||||||
|
typeFraction = "fraction"
|
||||||
typeInt = "integer"
|
typeInt = "integer"
|
||||||
typeNumber = "number"
|
typeNumber = "number"
|
||||||
typeString = "string"
|
typeString = "string"
|
||||||
|
|||||||
Reference in New Issue
Block a user