Is there a way to get a OsChar literal more conveniently than osp + head
Haskell Community [Unofficial]
June 4, 2026
fromText . Data.Text.singleton will do it for you, using fromText.
fromText . Data.Text.singleton will do it for you, using fromText.
Discussion in the ATmosphere