mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
more fixes for the shims
This commit is contained in:
parent
616c077880
commit
9b76f277f7
1 changed files with 3 additions and 3 deletions
|
|
@ -82,12 +82,12 @@ let shims_array_pre_406 = "
|
|||
|
||||
let shims_array_label_pre_406 = "
|
||||
include ArrayLabels
|
||||
module Floatarray = struct type t = float array end
|
||||
module Floatarray = CCShimsArray_.Floatarray
|
||||
type 'a t = 'a array
|
||||
"
|
||||
|
||||
let shims_array_label_406_408 = "
|
||||
include ArrayLabels
|
||||
include (ArrayLabels : module type of ArrayLabels with module Floatarray = Array.Floatarray)
|
||||
type 'a t = 'a array
|
||||
"
|
||||
|
||||
|
|
@ -96,7 +96,7 @@ let shims_array_406_408 = "
|
|||
type 'a t = 'a array
|
||||
"
|
||||
let shims_array_post_408 = "include Array"
|
||||
let shims_array_label_post_408 = "include ArrayLabels"
|
||||
let shims_array_label_post_408 = "include (ArrayLabels : module type of ArrayLabels with module Floatarray = Array.Floatarray)"
|
||||
|
||||
let shims_let_op_pre_408 =
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue