Current section

Files

Jump to
gchess include move_san_EnPassant.hrl
Raw

include/move_san_EnPassant.hrl

-record(en_passant, {
from :: gleam@option:option(move_san:position_san()),
to :: position:position(),
maybe_check_or_checkmate :: gleam@option:option(move_san:check_or_check_mate())
}).