(* Title: ML_Utils/functor_instance_antiquot.ML Author: Kevin Kappelmann Antiquotation to create functor instances with FUNCTOR_INSTANCE_BASE (FI) arguments. *) signature FUNCTOR_INSTANCE_ANTIQUOT = sig val binding : binding end structure Functor_Instance_Antiquot : FUNCTOR_INSTANCE_ANTIQUOT = struct