swarm-0.5.0.0: 2D resource gathering game with programmable robots
LicenseBSD-3-Clause
Safe HaskellSafe-Inferred
LanguageHaskell2010

Swarm.Doc.Schema.Render

Description

Render a markdown document fragment from the Scenario JSON schema files.

Synopsis

Documentation

formatNumberCompact :: Scientific -> String Source #

Strips trailing zeros and decimal point from a floating-point number when possible.

Obtained from here: https://stackoverflow.com/a/35980995/105137