// Generated by ReScript, PLEASE EDIT WITH CARE
'use strict';
var myList = {
hd: 1,
tl: {
hd: 2,
tl: {
hd: 3,
tl: /* [] */0
}
}
};
exports.myList = myList;
/* No side effect */
ReScript Version
Syntax
Module-System
Enabled Libraries
- @rescript/react
Warning Flags
+a-4-9-20-40-41-42-50-61-102
Compiled successfully