dbousque / lymp

Use Python functions and objects from OCaml
MIT License
72 stars 1 forks source link

get_tuple missing from the interface #5

Closed nilsbecker closed 7 years ago

nilsbecker commented 7 years ago

is this intentional?

dbousque commented 7 years ago

Thanks, I forgot to add it to the interface indeed, I'm fixing that :)

dbousque commented 7 years ago

get_tuple and attr_tuple are now available in lymp 0.2.3, which has just been released on opam, you can update with opam uninstall lymp && opam update && opam install lymp for example.