Skip to content
Snippets Groups Projects
user avatar
Eelco Dolstra authored
We already have some primops for determining the type of a value, such
as isString, but they're incomplete: for instance, there is no isPath.
Rather than adding more isBla functions, the generic typeOf function
returns a string representing the type of the argument (e.g. "int").
05d02f79
History
Name Last commit Last update
..