Skip to content

Commit

Permalink
comment about possible alternate format
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Jul 26, 2024
1 parent db75506 commit 4448d0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recanalyser/recAnalyser.ml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ type rec_info =
*)
external analyse_core : rec_descr -> Obj.t -> string = "coq_rec_analyse"

(* XXX it seems in practice sequences of fresh nodes are common, so we get a bunch of 0s
maybe it would be better to change the format to a sequence of
"the next $n are fresh" and "non fresh id $n"
instead of the current "1 fresh" and "non fresh id $n".
*)

type analysis = {
data : string;
offset : int;
Expand Down

0 comments on commit 4448d0a

Please sign in to comment.