Module Compressed.Poly

module Stable : sig ... end
type ('field, 'boolean) t = ( 'field, 'boolean ) Stable.Latest.t = {
x : 'field;
is_odd : 'boolean;
}