hpython-0.3: Python language tools

Copyright(C) CSIRO 2017-2019
LicenseBSD3
MaintainerIsaac Elliott <isaace71295@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Language.Python.Render

Description

 
Synopsis

Documentation

showModule :: Module v a -> Text Source #

Render an entire Python module to Text

showStatement :: Statement v a -> Text Source #

Render a single Python statement to Text

showExpr :: Expr v a -> Text Source #

Render a single Python expression to Text