Skip to content

export determineActualTypesΒ #135

Open
@davidchambers

Description

@davidchambers

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:

@davidchambers:

@silly-goat

S.on(S.concat, S.of(Array), 'foo', 'bar')

@silly-goat

["foo", "bar"] :: Array String, Pair String String

We should export determineActualTypes to make this possible.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions