levsha icon indicating copy to clipboard operation
levsha copied to clipboard

Unable to sort in compile time on any contol-flow

Open fomkin opened this issue 6 years ago • 0 comments

if (conf) disabled else void
state.tab match {
  case blog: Blog => blogView(blog)
  case about: About => p(about.text)
}

fomkin avatar Oct 18 '19 12:10 fomkin