SPY / haskell-wasm

Haskell WebAssembly Toolkit
Other
151 stars 24 forks source link

Adding missing exports in Structure.hs #4

Closed agustinmista closed 5 years ago

agustinmista commented 5 years ago

Hi again!

I noticed that some of the type synonyms in Language.Wasm.Structure are not being exported (see diff). Unless there's a good reason for not doing so, I think adding them to the module exports is useful for documentation.

I also fixed what I think was a typo in the README.

Let me know what you think!

/Agustín

SPY commented 5 years ago

Hi Agustín There is no good reason to keep these types hidden. Thank you for fixing it.