Facebook
From Melodic Hamerkop, 5 Years ago, written in Plain Text.
This paste is a reply to Untitled from Sole Hamster - go back
Embed
Viewing differences between Untitled and Re: Untitled
leftA :: Auto a q -> Auto a (Either q r) 
leftA (A s ini ac t) = (A st init acc tr) where        
        st = map (Left) s
        init = map (Left) ini
        acc = either ac (\x->False)
        tr (Left s) w = map (Left) (t s w)
        tr (Right s) w = []

Replies to Re: Untitled rss

Title Name Language When
Re: Re: Untitled Corrupt Motmot text 5 Years ago.