YuukiToriyama / japanese-address-parser

日本の住所を都道府県/市区町村/町名/その他に分割するライブラリです
https://yuukitoriyama.github.io/japanese-address-parser/public/index.html
MIT License
3 stars 0 forks source link

parserのリファクタ #385

Open YuukiToriyama opened 2 months ago

YuukiToriyama commented 2 months ago

概要

その他

-

YuukiToriyama commented 2 months ago

PhantomDataを用いる場合、実行時には型情報が消えてしまっているため、match式でパターンマッチングができない

YuukiToriyama commented 2 months ago

PhantomDataを使わないでもTypeStateパターンは実現できるが、match式で動的に処理を切り替えるのは難しい