small follower bug.

This commit is contained in:
Burkhart Wolff 2018-09-03 21:32:13 +02:00
parent 2abb74c743
commit 718b6ae1f0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ print_doc_items
(* corresponds to low-level accesses : *)
ML\<open>
val ({tab = x, ...},y)= DOF_core.get_data @{context};
val ({tab = x, ...},y,_)= DOF_core.get_data @{context};
Symtab.dest x;
"==============================================";
Symtab.dest y;