]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/lexicon/lexiconAst.ml
housekeeping:
[helm.git] / helm / software / components / lexicon / lexiconAst.ml
index 5a09d590a86c9c66e5affa57559b88eea5a94b63..0c588d189200d3eb55a0e124269683a361c6e84a 100644 (file)
@@ -55,3 +55,8 @@ type command =
 (* composed magic: term + command magics. No need to change this value *)
 let magic = magic + 10000 * CicNotationPt.magic
 
+let description_of_alias =
+ function
+    Ident_alias (_,desc)
+  | Symbol_alias (_,_,desc)
+  | Number_alias (_,desc) -> desc