Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Restore list shim.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoc committed May 27, 2022
1 parent eee26ce commit ca3f943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export opaque type EmptyList = mixed;

export opaque type Cons<t> = mixed;


export type list<t> = | Cons<t> | EmptyList;
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export opaque type EmptyList = mixed;

export opaque type Cons<t> = mixed;


export type list<t> = | Cons<t> | EmptyList;

0 comments on commit ca3f943

Please sign in to comment.