Removed Js.log
This commit is contained in:
parent
73b950078d
commit
2df6a7f537
|
@ -12,14 +12,12 @@ module T: {
|
|||
let get: t => array<float>
|
||||
} = {
|
||||
type t = array<float>
|
||||
let make = (a: array<float>) =>{
|
||||
Js.log2("makingFromArray", a);
|
||||
let make = (a: array<float>) =>
|
||||
if E.A.length(a) > 5 {
|
||||
Ok(a)
|
||||
} else {
|
||||
Error("too small")
|
||||
}
|
||||
}
|
||||
let get = (a: t) => a
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user