Safe Haskell | None |
---|
Game.LambdaHack.Common.Kind
Description
General content types and operations.
Documentation
Content identifiers for the content type c
.
Type family for auxiliary data structures for speeding up content operations.
Content operations for the content of type a
.
Constructors
Ops | |
Fields
|
Operations for all content types, gathered together.
Constructors
COps | |
createOps :: forall a. Show a => ContentDef a -> Ops aSource
Create content operations for type a
from definition of content
of type a
.
stdRuleset :: Ops RuleKind -> RuleKindSource
The standard ruleset used for level operations.