Skip to content

Commit

Permalink
regenerate hints.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed Jan 15, 2024
1 parent b7fc80a commit f311bb8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -12045,7 +12045,7 @@ readTVarIO x
</code>
<br>
</td>
<td>Error</td>
<td>Warning</td>
</tr>
<tr>
<td>Use newTVarIO</td>
Expand All @@ -12061,7 +12061,7 @@ newTVarIO x
</code>
<br>
</td>
<td>Error</td>
<td>Warning</td>
</tr>
<tr>
<td>Use newTMVarIO</td>
Expand All @@ -12077,7 +12077,7 @@ newTMVarIO x
</code>
<br>
</td>
<td>Error</td>
<td>Warning</td>
</tr>
<tr>
<td>Use newEmptyTMVarIO</td>
Expand All @@ -12093,7 +12093,7 @@ newEmptyTMVarIO
</code>
<br>
</td>
<td>Error</td>
<td>Warning</td>
</tr>
<tr>
<td>Use typeRep</td>
Expand Down Expand Up @@ -15363,7 +15363,7 @@ Control.Lens.has a
</code>
<br>
</td>
<td>Error</td>
<td>Warning</td>
</tr>
<tr>
<td>Use False</td>
Expand Down Expand Up @@ -15395,7 +15395,7 @@ Control.Lens.nullOf a
</code>
<br>
</td>
<td>Error</td>
<td>Warning</td>
</tr>
<tr>
<td>Use optional</td>
Expand Down

0 comments on commit f311bb8

Please sign in to comment.