any
Source: /avail/Avail/Foundation/Bootstrap/Infallible Primitives
Categories: Primitives, Types, Constructors
Answer the precise instance type of the supplied value. This is the most specific possible type that describes the value.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | value | any | An arbitrary value. | |
Returns | (⊤)'s type | The precise instance type of the supplied value. |