1-Inputs.F
include Field_intf.Checked
with type bool := Impl.Boolean.var
and type field := Impl.field
with type t = Impl.Field.t
val if_ : Impl.Boolean.var -> then_:t -> else_:t -> t
val scale : t -> Impl.field -> t
module Constant : Field_intf.Constant with type t = Impl.field
val typ : ( t, Constant.t ) Impl.Typ.t
val constant : Constant.t -> t