Jikka-5.6.0.0: A transpiler from Python to C++ for competitive programming
Copyright(c) Kimiyuki Onaka 2020
LicenseApache License 2.0
Maintainerkimiyuki95@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Jikka.CPlusPlus.Format

Description

Format module converts the AST for C++ to the plain source code.

Documentation

formatExpr :: Expr -> (Code, Prec) Source #