// Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com). // All rights reserved. // common-type-names.go package expr const ( typeAny = "any" typeBoolean = "boolean" typeFloat = "float" typeFraction = "fraction" typeHandle = "handle" typeInt = "integer" typeItem = "item" typeNumber = "number" typePair = "pair" typeString = "string" )