diff options
Diffstat (limited to 'scTypes.ml')
-rwxr-xr-x | scTypes.ml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ module Refs = struct | Matrix: 'a dataFormat * 'a list list -> 'a list list content type refContent = - | C: 'a content -> refContent + | C: 'a content -> refContent [@@unboxed] type ('a, 'b) equality = Eq : ('a, 'a) equality |