red-black-record icon indicating copy to clipboard operation
red-black-record copied to clipboard

Implement the functions from Maplike in terms of KeysValuesAll

Open danidiaz opened this issue 3 years ago • 0 comments

In this library, Maplike is used for functions like pure_Record that do not require constraints from the map values. KeysValuesAll is used for functions like cpure_Record that do require constraints.

In sop-core, the analogue of Maplike is SListI, and type SListI = All Top.

So perhaps we should Implement Maplike in terms of KeysValuesAll, which is the analogue of All in this library.

danidiaz avatar Mar 04 '21 17:03 danidiaz