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

Swarm.Language.Var

Description

Value-level variables.

Synopsis

Documentation

type Var = Text Source #

For now, we just use Text to represent variables. In theory, at some point in the future we might want to represent them in some fancier way.