marvin-interpolate-0.2.0: src/Marvin/Interpolate/All.hs
{-|
Module : $Header$
Description : Combined interpolators
Copyright : (c) Justus Adam, 2016
License : BSD3
Maintainer : dev@justus.science
Stability : experimental
Portability : POSIX
Please refer to the documentation at https://marvin.readthedocs.io/en/latest/interpolation.html for examples and explanations on how to use this library.
-}
module Marvin.Interpolate.All
( module Marvin.Interpolate
, module Marvin.Interpolate.String
, module Marvin.Interpolate.Text
, module Marvin.Interpolate.Text.Lazy
) where
import Marvin.Interpolate
import Marvin.Interpolate.String
import Marvin.Interpolate.Text
import Marvin.Interpolate.Text.Lazy