| License | BSD-3-Clause |
|---|---|
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Swarm.Game.Scenario.Topography.Structure.Recognition.Log
Description
Types strictly for debugging structure recognition via the web interface
Documentation
type StructureRowContent e = [Maybe e] Source #
type WorldRowContent e = [Maybe e] Source #
data MatchingRowFrom Source #
Constructors
| MatchingRowFrom | |
Fields
| |
Instances
newtype HaystackPosition Source #
Constructors
| HaystackPosition Int |
Instances
data HaystackContext e Source #
Constructors
| HaystackContext | |
Fields | |
Instances
data FoundRowCandidate e Source #
Constructors
| FoundRowCandidate | |
Fields | |
Instances
data ParticipatingEntity e Source #
Constructors
| ParticipatingEntity | |
Fields
| |
Instances
data IntactPlacementLog Source #
Constructors
| IntactPlacementLog | |
Fields
| |
Instances
Constructors
Instances
data StructureLocation Source #
Constructors
| StructureLocation OriginalName (Cosmic Location) |