Skip to content

Commit fe72758

Browse files
committed
fixup! fixup! Update tests
1 parent 8b20afb commit fe72758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/tests-full/stdlib.cma.expected.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2384,14 +2384,14 @@
23842384
}
23852385
function tails(_A_){ /*<<seq.ml:564:15>>*/ return map_snd(xys, _A_);}
23862386
function heads(_z_){ /*<<seq.ml:564:2>>*/ return map_fst(xys, _z_);}
2387-
var _w_ = map_fst(xys, 0) ? 0 : 1;
2387+
var _w_ = /*<<seq.ml:85:8>>*/ heads(0) ? 0 : 1;
23882388
/*<<seq.ml:615:19>>*/ if(! _w_)
23892389
/*<<seq.ml:620:32>>*/ return [0,
23902390
heads,
23912391
function(_y_){
23922392
/*<<seq.ml:620:17>>*/ return transpose(tails, _y_);
23932393
}] /*<<seq.ml:620:32>>*/ ;
2394-
var _x_ = /*<<seq.ml:564:15>>*/ map_snd(xys, 0) ? 0 : 1;
2394+
var _x_ = /*<<seq.ml:85:8>>*/ tails(0) ? 0 : 1;
23952395
/*<<seq.ml:616:27>>*/ if(_x_) /*<<seq.ml:617:4>>*/ return 0;
23962396
/*<<seq.ml:616:27>>*/ throw caml_maybe_attach_backtrace
23972397
([0, Assert_failure, _a_], 1);

0 commit comments

Comments
 (0)