Re: [Haskell-beginners] Ambigous Types with Haskell Functional Graph Library
            
            
            
                17 Aug
                
                    2009
                
            
            
                17 Aug
                
                '09
                
            
            
            
        
    
                2:05 a.m.
            
        Joe 
I tried using ucycle directly from Data.Graph.Inductive.Example by itself.
I didn't realize there were two instances of Graph. How would you use the PatriciaTree Graph instance in the ucycle type signature?
ucycle :: Graph gr => Int -> gr () ()
You must have that Graph instance in scope. I can't give any more suggestions as I don't see the code in which you use `ucycle`.
        5923
        
      
          Age (days ago)
        
      
        5923
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
Max Desyatov