File ‹zippy_prio_mixin_base.ML›

(*  Title:      Zippy/zippy_prio_mixin_base.ML
    Author:     Kevin Kappelmann
*)
signature ZIPPY_PRIO_MIXIN_BASE =
sig
  type prio
  structure L : evalsfx_T_nargs "SSTRUCTURED_LENS"
  where type @{AllT_args} data = prio
end

functor Zippy_Prio_Mixin_Base(A :
  sig
    type prio
    structure L : evalsfx_T_nargs "SSTRUCTURED_LENS"
    where type @{AllT_args} data = prio
  end
  ) : ZIPPY_PRIO_MIXIN_BASE
  = A