From 9075aa75fa4f10cab85273201b9b82dd78affef5 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Thu, 3 May 2018 09:11:18 +0200 Subject: Statment -> Statement --- parsing/extend.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'parsing/extend.ml') diff --git a/parsing/extend.ml b/parsing/extend.ml index f2af594ef4..6805a96edc 100644 --- a/parsing/extend.ml +++ b/parsing/extend.ml @@ -116,7 +116,7 @@ and 'a rules = type 'a production_rule = | Rule : ('a, 'act, Loc.t -> 'a) rule * 'act -> 'a production_rule -type 'a single_extend_statment = +type 'a single_extend_statement = string option * (** Level *) gram_assoc option * @@ -124,6 +124,6 @@ type 'a single_extend_statment = 'a production_rule list (** Symbol list with the interpretation function *) -type 'a extend_statment = +type 'a extend_statement = gram_position option * - 'a single_extend_statment list + 'a single_extend_statement list -- cgit v1.2.3