neovimhaskell / nvim-hs

Neovim API for Haskell plugins as well as the plugin provider
Other
267 stars 18 forks source link

Add MINIMAL pragma to NvimObject type class #73

Closed Hogeyama closed 5 years ago

Hogeyama commented 5 years ago

Require fromObject or fromObjectUnsafe to avoid infinite loops.

saep commented 5 years ago

Thank you!