Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Nov 21, 2024
1 parent 80d1c80 commit 5cd0bee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/compiler/compiler.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2355,5 +2355,3 @@ let relocate_closed_term ~from:symbol_table ~to_:(_,{ Assembled.symbols }) (t :
let relocate_closed_term ~from ~to_ t =
try Result.Ok(relocate_closed_term ~from ~to_ t)
with RelocationError s -> Result.Error s

let lookup_query_predicate _ _ = assert false
2 changes: 0 additions & 2 deletions src/compiler/compiler.mli
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ val relocate_closed_term : from:symbol_table -> to_:program -> term -> (term, st
val pp_program : (pp_ctx:pp_ctx -> depth:int -> Format.formatter -> term -> unit) -> Format.formatter -> program -> unit
val pp_goal : (pp_ctx:pp_ctx -> depth:int -> Format.formatter -> term -> unit) -> Format.formatter -> query -> unit

(* val lookup_query_predicate : program -> string -> program * Data.constant *)

val elpi_language : Compiler_data.Scope.language
val elpi : Compiler_data.QuotationHooks.quotation

Expand Down

0 comments on commit 5cd0bee

Please sign in to comment.