hafuu/FSharpApiSearch

ignore-parameter-styleの実装を簡素化

Closed this issue · 0 comments

hafuu commented

OK

  • a * b * c -> d
  • a -> b -> c -> d
  • (a * b) -> c -> d

NG

  • a * b -> c -> d