diff options
author | Yuchen Pei <hi@ypei.me> | 2022-08-16 12:41:47 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-08-16 12:41:47 +1000 |
commit | 9c7202515e216826d10854a4c95c050b97551066 (patch) | |
tree | d46f4e258c523fdf857a274220658bd84ff22925 /html-test/ref/TypeOperators.html | |
parent | 4a2ad11155014bcf13a7dbd7f6b9e2c530ac3b79 (diff) | |
parent | 4248704596d01753c9a776ebedf5cc598a883e28 (diff) |
Merge remote-tracking branch 'upstream/main'
Diffstat (limited to 'html-test/ref/TypeOperators.html')
-rw-r--r-- | html-test/ref/TypeOperators.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/html-test/ref/TypeOperators.html b/html-test/ref/TypeOperators.html index ff79e6be..f4882f1a 100644 --- a/html-test/ref/TypeOperators.html +++ b/html-test/ref/TypeOperators.html @@ -147,7 +147,9 @@ ><p class="src" ><a id="v:f" class="def" >f</a - > :: a ~ b => a -> b <a href="#" class="selflink" + > :: a <a href="#" title="Data.Type.Equality" + >~</a + > b => a -> b <a href="#" class="selflink" >#</a ></p ></div @@ -155,7 +157,11 @@ ><p class="src" ><a id="v:g" class="def" >g</a - > :: (a ~ b, b ~ c) => a -> c <a href="#" class="selflink" + > :: (a <a href="#" title="Data.Type.Equality" + >~</a + > b, b <a href="#" title="Data.Type.Equality" + >~</a + > c) => a -> c <a href="#" class="selflink" >#</a ></p ></div |