Current section

Files

Jump to
gchess src castle_rights.gleam
Raw

src/castle_rights.gleam

pub type CastleRights {
Yes
No(ply: Int)
}