Open
Description
There are contexts outside sanctuary-def in which one may wish to determine the types of a value. In silly-goat, for example, we would like to be able to have the π respond with a value and the types of which the value is a member. For example:
S.on(S.concat, S.of(Array), 'foo', 'bar')
["foo", "bar"] :: Array String, Pair String String
We should export determineActualTypes
to make this possible.
Metadata
Metadata
Assignees
Labels
No labels