MIYAZAKI Shohei
Results
14
issues of
MIYAZAKI Shohei
``` [] type t = Hoge of int | Piyo of string - 1 # Hoge - "piyo" # Piyo [] // 要素の順番で解決する type t = Hoge of int *...
型拡張でコンピュテーション式を拡張した場合も検索したい
`TryParse : string -> byref -> bool` `TryParse : string -> bool * int`