]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/dependenciesParser.mli
milestone in basic_2, λδ-2A reconstructed
[helm.git] / helm / software / components / grafite_parser / dependenciesParser.mli
index 1b4a03a713815643b69ae4bb861acbb0697ab145..57529966b9bd5e84c6658e51c52081a1490b4594 100644 (file)
@@ -29,6 +29,7 @@ exception UnableToInclude of string
 type dependency =
   | IncludeDep of string
   | UriDep of UriManager.uri
+  | InlineDep of string
 
 val pp_dependency: dependency -> string