Skip to content

Commit

Permalink
PC.Dummy exposes annot type
Browse files Browse the repository at this point in the history
  • Loading branch information
giltho committed Dec 12, 2023
1 parent 74860c3 commit 02e6b68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GillianCore/parserAndCompiler/ParserAndCompiler.ml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ module type S = sig
val initialize : Exec_mode.t -> unit
end

module Dummy : S with type init_data = unit = struct
module Dummy :
S with type init_data = unit and type Annot.t = Gil_syntax.Annot.Basic.t =
struct
module TargetLangOptions = struct
type t = unit

Expand Down

0 comments on commit 02e6b68

Please sign in to comment.