Re: set functions and weak encapsulation

From: Sebastian Fischer <sebf_at_informatik.uni-kiel.de>
Date: Tue, 06 Mar 2012 14:53:57 +0900

P.P.S.

This is now my favorite definition of 'perm':

    perm [] = []
    perm (xs++x:ys) = x : perm (xs++ys)
_______________________________________________
curry mailing list
curry_at_lists.RWTH-Aachen.DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/curry
Received on Di Mär 06 2012 - 10:41:58 CET

This archive was generated by hypermail 2.3.0 : Do Feb 01 2024 - 07:15:10 CET