Current section

Files

Jump to
gchess src castle_rights.erl
Raw

src/castle_rights.erl

-module(castle_rights).
-compile([no_auto_import, nowarn_unused_vars]).
-export_type([castle_rights/0]).
-type castle_rights() :: yes | {no, integer()}.