| Copyright | (c) Justus Adam 2016 |
|---|---|
| License | BSD3 |
| Maintainer | dev@justus.science |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Marvin.Interpolate.String
Contents
Description
Please refer to the documentation at https://marvin.readthedocs.io/en/latest/interpolation.html for examples and explanations on how to use this library.
Documentation
iqS :: QuasiQuoter #
Conversion class
A type class for converting things to String
Leaves string likes (String, Text and Text) unchanged, and tries Show (overlappable) on all others.
Minimal complete definition
Instances
| ShowStr Char # | |
Defined in Marvin.Interpolate.String | |
| Show a => ShowStr a # | |
Defined in Marvin.Interpolate.String | |
| ShowStr Text # | |
Defined in Marvin.Interpolate.String | |
| ShowStr Text # | |
Defined in Marvin.Interpolate.String | |
| ShowStr a => ShowStr [a] # | |
Defined in Marvin.Interpolate.String | |