Skip to content

Commit

Permalink
Deploying to GH Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rm committed Mar 23, 2024
1 parent a9ffcc6 commit dc51c8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions examples/duckling/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11409,9 +11409,10 @@
F2(
function (_v7, res) {
var indices = _v7.aM;
var i1 = indices.a;
var i2 = indices.b;
var i3 = indices.c;
var _v8 = indices;
var i1 = _v8.a;
var i2 = _v8.b;
var i3 = _v8.c;
return A2(
$elm$core$List$cons,
_Utils_Tuple2(i2, i1),
Expand Down
7 changes: 4 additions & 3 deletions examples/raycast-car/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11930,9 +11930,10 @@
F2(
function (_v7, res) {
var indices = _v7.aS;
var i1 = indices.a;
var i2 = indices.b;
var i3 = indices.c;
var _v8 = indices;
var i1 = _v8.a;
var i2 = _v8.b;
var i3 = _v8.c;
return A2(
$elm$core$List$cons,
_Utils_Tuple2(i2, i1),
Expand Down

0 comments on commit dc51c8e

Please sign in to comment.