ipso icon indicating copy to clipboard operation
ipso copied to clipboard

`string.empty? : String -> Bool`

Open LightAndLight opened this issue 1 year ago • 0 comments

Not blocking, because I can use

case x of
  "" -> y
  _ -> z

LightAndLight avatar Jul 09 '24 22:07 LightAndLight