<html xmlns="http://www.w3.org/1999/xhtml" ><head ><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title >Bug613</title ><link href="#" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript" ></script ><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript" ></script ><script type="text/javascript" >// window.onload = function () {pageLoad();}; // </script ></head ><body ><div id="package-header" ><ul class="links" id="page-menu" ><li ><a href="#" >Contents</a ></li ><li ><a href="#" >Index</a ></li ></ul ><p class="caption empty" ></p ></div ><div id="content" ><div id="module-header" ><table class="info" ><tr ><th >Safe Haskell</th ><td >Safe</td ></tr ></table ><p class="caption" >Bug613</p ></div ><div id="synopsis" ><p id="control.syn" class="caption expander" onclick="toggleSection('syn')" >Synopsis</p ><ul id="section.syn" class="hide" onclick="toggleSection('syn')" ><li class="src short" ><span class="keyword" >class</span > <a href="#" >Functor</a > f <span class="keyword" >where</span ><ul class="subs" ></ul ></li ><li class="src short" ><span class="keyword" >data</span > <a href="#" >ThreeVars</a > a0 a b = <a href="#" >ThreeVars</a > a b</li ></ul ></div ><div id="interface" ><h1 >Documentation</h1 ><div class="top" ><p class="src" ><span class="keyword" >class</span > <a id="t:Functor" class="def" >Functor</a > f <span class="keyword" >where</span > <a href="#" class="selflink" >#</a ></p ><div class="subs minimal" ><p class="caption" >Minimal complete definition</p ><p class="src" ><a href="#" >fmap</a ></p ></div ><div class="subs methods" ><p class="caption" >Methods</p ><p class="src" ><a id="v:fmap" class="def" >fmap</a > :: (a -> b) -> f a -> f b <a href="#" class="selflink" >#</a ></p ></div ><div class="subs instances" ><p id="control.i:Functor" class="caption collapser" onclick="toggleSection('i:Functor')" >Instances</p ><div id="section.i:Functor" class="show" ><table ><tr ><td class="src clearfix" ><span class="inst-left" ><span id="control.i:ic:Functor:Functor:1" class="instance expander" onclick="toggleSection('i:ic:Functor:Functor:1')" ></span > <a href="#" >Functor</a > (<a href="#" >Either</a > a)</span > <a href="#" class="selflink" >#</a ></td ><td class="doc empty" ></td ></tr ><tr ><td colspan="2" ><div id="section.i:ic:Functor:Functor:1" class="inst-details hide" ><div class="subs methods" ><p class="caption" >Methods</p ><p class="src" ><a href="#" >fmap</a > :: (a0 -> b) -> <a href="#" >Either</a > a a0 -> <a href="#" >Either</a > a b <a href="#" class="selflink" >#</a ></p ></div ></div ></td ></tr ><tr ><td class="src clearfix" ><span class="inst-left" ><span id="control.i:ic:Functor:Functor:2" class="instance expander" onclick="toggleSection('i:ic:Functor:Functor:2')" ></span > <a href="#" >Functor</a > (<a href="#" >ThreeVars</a > a0 a)</span > <a href="#" class="selflink" >#</a ></td ><td class="doc empty" ></td ></tr ><tr ><td colspan="2" ><div id="section.i:ic:Functor:Functor:2" class="inst-details hide" ><div class="subs methods" ><p class="caption" >Methods</p ><p class="src" ><a href="#" >fmap</a > :: (a1 -> b) -> <a href="#" >ThreeVars</a > a0 a a1 -> <a href="#" >ThreeVars</a > a0 a b <a href="#" class="selflink" >#</a ></p ></div ></div ></td ></tr ></table ></div ></div ></div ><div class="top" ><p class="src" ><span class="keyword" >data</span > <a id="t:ThreeVars" class="def" >ThreeVars</a > a0 a b <a href="#" class="selflink" >#</a ></p ><div class="doc" ><p >Phantom type a0 is added to block the first renaming from a to a0. This ensures that the renamer doesn't create a new conflict</p ></div ><div class="subs constructors" ><p class="caption" >Constructors</p ><table ><tr ><td class="src" ><a id="v:ThreeVars" class="def" >ThreeVars</a > a b</td ><td class="doc empty" ></td ></tr ></table ></div ><div class="subs instances" ><p id="control.i:ThreeVars" class="caption collapser" onclick="toggleSection('i:ThreeVars')" >Instances</p ><div id="section.i:ThreeVars" class="show" ><table ><tr ><td class="src clearfix" ><span class="inst-left" ><span id="control.i:id:ThreeVars:Functor:1" class="instance expander" onclick="toggleSection('i:id:ThreeVars:Functor:1')" ></span > <a href="#" >Functor</a > (<a href="#" >ThreeVars</a > a0 a)</span > <a href="#" class="selflink" >#</a ></td ><td class="doc empty" ></td ></tr ><tr ><td colspan="2" ><div id="section.i:id:ThreeVars:Functor:1" class="inst-details hide" ><div class="subs methods" ><p class="caption" >Methods</p ><p class="src" ><a href="#" >fmap</a > :: (a1 -> b) -> <a href="#" >ThreeVars</a > a0 a a1 -> <a href="#" >ThreeVars</a > a0 a b <a href="#" class="selflink" >#</a ></p ></div ></div ></td ></tr ></table ></div ></div ></div ></div ></div ><div id="footer" ></div ></body ></html >