src/Pure/System/build.ML
changeset 48462 424fd5364f15
parent 48461 96c1ef26aabe
child 48463 07f752935ece
equal deleted inserted replaced
48461:96c1ef26aabe 48462:424fd5364f15
    33           pair bool (pair Options.decode (pair bool (pair bool (pair string (pair string
    33           pair bool (pair Options.decode (pair bool (pair bool (pair string (pair string
    34             (pair string (pair string ((list (pair Options.decode (list string)))))))))))
    34             (pair string (pair string ((list (pair Options.decode (list string)))))))))))
    35         end;
    35         end;
    36 
    36 
    37     val _ =
    37     val _ =
    38       Session.init
    38       Session.init save false
    39         save
       
    40         false (* FIXME reset!? *)
       
    41         (Options.bool options "browser_info") browser_info
    39         (Options.bool options "browser_info") browser_info
    42         (Options.string options "document")
    40         (Options.string options "document")
    43         (Options.bool options "document_graph")
    41         (Options.bool options "document_graph")
    44         (space_explode "," (Options.string options "document_variants"))
    42         (space_explode "," (Options.string options "document_variants"))
    45         parent
    43         parent base_name
    46         base_name
       
    47         (true (* FIXME copy document/ files on Scala side!? *),
    44         (true (* FIXME copy document/ files on Scala side!? *),
    48           Options.string options "document_dump")
    45           Options.string options "document_dump")
    49         ""
    46         ""
    50         verbose;
    47         verbose;
    51 
    48