aboutsummaryrefslogtreecommitdiff
path: root/src/tac2expr.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-08-24 17:32:46 +0200
committerPierre-Marie Pédrot2017-08-24 17:34:09 +0200
commita3bef204ec2840b879c37b0b3ba43574a6550647 (patch)
tree6156a329e1c4cd77a53b4e70c50ca5c0e661a4c2 /src/tac2expr.mli
parentc515a8acb4acbe7e73121f1060ffef31d96a1436 (diff)
Rely on quoting for lists instead of hardwiring it in the AST.
Diffstat (limited to 'src/tac2expr.mli')
-rw-r--r--src/tac2expr.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tac2expr.mli b/src/tac2expr.mli
index 7efb85cbb0..76fb50181f 100644
--- a/src/tac2expr.mli
+++ b/src/tac2expr.mli
@@ -99,7 +99,6 @@ type raw_tacexpr =
| CTacApp of Loc.t * raw_tacexpr * raw_tacexpr list
| CTacLet of Loc.t * rec_flag * (raw_patexpr * raw_typexpr option * raw_tacexpr) list * raw_tacexpr
| CTacArr of raw_tacexpr list located
-| CTacLst of raw_tacexpr list located
| CTacCnv of Loc.t * raw_tacexpr * raw_typexpr
| CTacSeq of Loc.t * raw_tacexpr * raw_tacexpr
| CTacCse of Loc.t * raw_tacexpr * raw_taccase list