Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jul 15, 2024
1 parent 7f32612 commit 5082964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tc/elpi/tc_aux.elpi
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ namespace tc {
(Path = "")
(coq.gref->path Gr [Hd | Tl],
if (Hd = "Coq") (Hd' = "Stdlib") (Hd' = Hd),
std.fold Tl Hd' (x\acc\r\ r is acc ^ "." ^ x) Path',
std.string.concat "." [Hd'|Tl] Path',
Path is Path' ^ ".tc-"),
% CAVEAT : Non-ascii caractars can't be part of a pred
% name, we replace ö with o
Expand Down

0 comments on commit 5082964

Please sign in to comment.