--- trunk/src/compiler/translate/translate-basis.sml 2010/07/29 22:28:39 188 +++ trunk/src/compiler/translate/translate-basis.sml 2010/07/30 19:37:01 189 @@ -8,6 +8,10 @@ structure TranslateBasis : sig + (* translate(lhs, f, mvs, args) translates the application of f (specialized + * to the instantiated meta variables mvs) to a list of SSA assignments in + * reverse order. + *) val translate : (HighIL.var * Var.var * Types.meta_var list * HighIL.var list) -> HighIL.assign list
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: translate : (HighIL.var * Var.var * Types.meta_var list * HighIL.var list) -> HighIL.assign list