Skip to content

Commit

Permalink
Update cache.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
gs0510 committed Oct 19, 2020
1 parent 646e1d4 commit 8f2e73f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cache.ml
Expand Up @@ -28,6 +28,7 @@ module type S = sig
val remove : ('k, _) t -> 'k -> unit
end


(** Cache implementation that always misses. *)
module Noop : S = struct
type (_, _) t = unit
Expand Down

0 comments on commit 8f2e73f

Please sign in to comment.