2 | ||| Equivalent of `Show` for single-parameter dependent types
3 | |||
4 | ||| Inspired by the `GShow` typeclass from Haskells "some" package.
5 | ||| Modeled after the `Show` interface from `base`.
9 | ||| Analogous to `show`
13 | ||| Analogous to `showPrec`
17 | ||| `Prelude.Show.showArg` in terms of `DShow`
18 | export