diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2022-04-28 16:19:04 -0400 | 
|---|---|---|
| committer | Ben Gamari <ben@smart-cactus.org> | 2022-04-28 16:19:04 -0400 | 
| commit | 2627a86cb2dd3256c93adf0df8a7d3366a303b02 (patch) | |
| tree | bc87633ed85be301227f3f3c5a88f7cd96b52201 /html-test/ref | |
| parent | b29a78ef6926101338f62e84f456dac8659dc9d2 (diff) | |
Revert "Bump ghc-head (#1445)"
This reverts commit b29a78ef6926101338f62e84f456dac8659dc9d2.
This should not have been merged.
Diffstat (limited to 'html-test/ref')
| -rw-r--r-- | html-test/ref/Identifiers.html | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/html-test/ref/Identifiers.html b/html-test/ref/Identifiers.html index 76487140..b177266d 100644 --- a/html-test/ref/Identifiers.html +++ b/html-test/ref/Identifiers.html @@ -147,7 +147,7 @@  		      ></code  		    >, <code  		    ><a href="#" title="Data.Foldable" -		      >elem</a +		      >Foldable</a  		      ></code  		    ></li  		  ><li @@ -169,7 +169,7 @@  		    >++</code  		    >, <code  		    ><a href="#" title="Data.Foldable" -		      >elem</a +		      >Foldable</a  		      ></code  		    >, <code  		    >elem</code @@ -238,14 +238,14 @@  		  >Unqualified: <code  		    >1 <code  		      ><a href="#" title="Data.Foldable" -			>`elem`</a +			>`Foldable`</a  			></code  		      > [-3..3]</code  		    ></li  		  ><li  		  >Qualified: <code  		    >1 <code -		      ><a href="#" title="Data.Foldable" +		      ><a href="#" title="GHC.List"  			>`elem`</a  			></code  		      > [-3..3]</code @@ -253,7 +253,7 @@  		  ><li  		  >Namespaced: <code  		    ><a href="#" title="Data.Foldable" -		      >`elem`</a +		      >`Foldable`</a  		      ></code  		    >, <code  		    >`elem`</code | 
