SoonHo Seo

Results 3 issues of SoonHo Seo

(**This is a feature request**) GHC 8.10.1 introduced a new extension called [ImportQualifiedPost](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/import_qualified_post.html). Basically what it allows is the following syntax: ```Haskell import A qualified import B qualified as C...

enhancement
language extension support

Fixes #111 I made sure that all subclasses of `TypeInformation` in this repository creates a new instance of `TypeSerializer` when `.createSerializer()` method is called. Besides, while working on it I...

Hi, I stumbled upon the race conditions in a app using this library. ## Description As far as I know, `TypeInformation` class is okay to be used as singleton, whereas...