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

Swarm.Game.Scenario.Topography.Structure.Recognition

Description

Public interface for structure recognizer.

Synopsis

Documentation

data StructureRecognizer b a Source #

The type parameters, b, and a, correspond to StructureCells and Entity, respectively.

Constructors

StructureRecognizer 

Fields

Instances

Instances details
Generic (StructureRecognizer b a) Source # 
Instance details

Defined in Swarm.Game.Scenario.Topography.Structure.Recognition

Associated Types

type Rep (StructureRecognizer b a) :: Type -> Type #

type Rep (StructureRecognizer b a) Source # 
Instance details

Defined in Swarm.Game.Scenario.Topography.Structure.Recognition

type Rep (StructureRecognizer b a) = D1 ('MetaData "StructureRecognizer" "Swarm.Game.Scenario.Topography.Structure.Recognition" "swarm-0.6.0.0-ERx1HMcRMba59aI2b6aNrS-swarm-topography" 'False) (C1 ('MetaCons "StructureRecognizer" 'PrefixI 'True) (S1 ('MetaSel ('Just "_automatons") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (RecognizerAutomatons b a)) :*: (S1 ('MetaSel ('Just "_foundStructures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (FoundRegistry b a)) :*: S1 ('MetaSel ('Just "_recognitionLog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [SearchLog a]))))