(* SIMP_COMP_READER.sml Seth Porter Signature for abstract parsers of geometry files. *) signature SIMP_COMP_READER = sig structure Complex : SIMPLICIAL_COMPLEX val read : (string * (Complex.Simplex.simplex -> 'a option)) -> 'a Complex.complex end