Overview  Index  Help 
SMLDoc

DependencyAnalyzer


structure DependencyAnalyzer : DEPENDENCY_ANALYZER =
struct
  val sort
      : DocumentGenerationParameter.parameter ->
          AnnotatedAst.compileUnit list ->  AnnotatedAst.compileUnit list
end

This module analyses dependency relation between the compilation units the parser generated.

Author:
YAMATODANI Kiyoshi
Version:
$Id: StrDependencyAnalyzer.html,v 1.9 2007/02/17 07:01:58 kiyoshiy Exp $

       
Value detail

sort

val sort
    : DocumentGenerationParameter.parameter ->
        AnnotatedAst.compileUnit list ->
          (* sorted list.*) AnnotatedAst.compileUnit list

 


Overview  Index  Help 
SMLDoc: Documentation generator for SML