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

Swarm.Doc.Schema.SchemaType

Description

Representation of the "type" of a schema.

Documentation

newtype SingleOrList a Source #

Constructors

SingleOrList 

Fields

data SchemaType Source #

Constructors

Simple (SingleOrList Text)

A basic built-in type

Alternatives [SchemaType]

Any one of multiple possible schema types

Reference SchemaIdReference

A reference to a schema defined elsewhere

ListOf SchemaType

Members of a list, all of the given schema type