datum icon indicating copy to clipboard operation
datum copied to clipboard

Typecast lenses

Open fogfish opened this issue 7 years ago • 0 comments

Support a typecast operation via lens

e.g. parsing AWS API response

lens:c(
      lens:traverse(),
      lens:pair(instances_set),
      lens:traverse(),
      lens:pair(instance_id)
     %% here we need a lens to convert list to binary
   ).

fogfish avatar Dec 17 '18 17:12 fogfish