Skip to content
Snippets Groups Projects
Commit 116fdd88 authored by David Bühler's avatar David Bühler
Browse files

[Eva] Removes unused function [default] in bottom.ml.

parent 8a33fdcb
No related branches found
No related tags found
No related merge requests found
......@@ -39,11 +39,6 @@ end
include Type
let default or_bottom ~default =
match or_bottom with
| `Bottom -> default
| `Value res -> res
let is_bottom = function
| `Bottom -> true
| `Value _ -> false
......
......@@ -39,7 +39,6 @@ include module type of Type
val is_bottom: 'a or_bottom -> bool
val non_bottom: 'a or_bottom -> 'a
val default : 'a or_bottom -> default:'a -> 'a
val equal: ('a -> 'a -> bool) -> 'a or_bottom -> 'a or_bottom -> bool
val compare: ('a -> 'a -> int) -> 'a or_bottom -> 'a or_bottom -> int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment