Skip to content

Commit 9c7a171

Browse files
authored
Update src/coq_elpi_HOAS.ml
1 parent 5155742 commit 9c7a171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coq_elpi_HOAS.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3700,7 +3700,7 @@ type module_item =
37003700

37013701
[%%if coq = "8.20" || coq = "9.0"]
37023702
type 'a generic_module_body = 'a Declarations.generic_module_body
3703-
let module_view m = (m.mod_mp, m.mod_type)
3703+
let module_view m = (m.Declarations.mod_mp, m.Declarations.mod_type)
37043704
let mod_type m = m.Declarations.mod_type
37053705
let mod_mp m = m.Declarations.mod_mp
37063706

0 commit comments

Comments
 (0)