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