Module SignatureTypes
Import path
import qtil.parameterization.SignatureTypesModules
| InfSignature | A module to declare any infinite type as a signature type, without a separate declaration. |
| Signature | A module to declare any finite type as a signature type, without a separate declaration. |
Type signatures
| FiniteStringableType | A common signature type that can be used to represent any finite type, excluding |
| FiniteType | A common signature type that can be used to represent any finite type, including |
| InfiniteStringableType | A common signature type that can be used to represent any possibly infinite type, such as |
| InfiniteType | A common signature type that can be used to represent any possibly infinite type, including |
| StringlikeType | A common signature type that can be used to represent any string type, including |