hammerlab / genspio

Generate Shell Phrases In OCaml
https://smondet.gitlab.io/genspio-doc/
Apache License 2.0
48 stars 3 forks source link

Monomorphize string serialization (#73) #74

Closed smondet closed 6 years ago

smondet commented 6 years ago

The problem with #73 was that the constructs were exposed even if the function argument was there only for factoring & typing reasons.

By exposing only monomorphic functions we enforce the initial design.