tbarnetlamb / hyphen

hyphen - access Haskell modules from Python
GNU General Public License v2.0
92 stars 9 forks source link

Add missing module prefix #24

Closed b-gehrke closed 1 year ago

b-gehrke commented 1 year ago

In hyphen/marshall_obj_to_py.py there is a usage of HsObj instead of hyphen.HsObj leading to errors. This PR fixes this small issue.

tbarnetlamb commented 1 year ago

Thank you so much! This looks great, and I'm merging.

If you happened to feel like adding a test case to cover this bug, that would be going above and beyond :)