summaryrefslogtreecommitdiff
path: root/src/packrat-parsers.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/packrat-parsers.ads')
-rw-r--r--src/packrat-parsers.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/packrat-parsers.ads b/src/packrat-parsers.ads
index a5716f2..7ed2c89 100644
--- a/src/packrat-parsers.ads
+++ b/src/packrat-parsers.ads
@@ -344,8 +344,8 @@ private
"=" => Traits."=");
package Tok_Holds is new Ada.Containers.Indefinite_Holders
- (Element_Type => Traits.Tokens.Token_Array,
- "=" => Traits.Tokens."=");
+ (Element_Type => Graphs.Finished_Token_Array,
+ "=" => Graphs."=");
function "<"
(Left, Right : in Elem_Holds.Holder)