From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27418 invoked from network); 3 Dec 2021 02:53:15 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 3 Dec 2021 02:53:15 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 057BC9CFAA; Fri, 3 Dec 2021 12:53:12 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id D4E839CF21; Fri, 3 Dec 2021 12:50:42 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=pass (2048-bit key; unprotected) header.d=dartmouth.edu header.i=@dartmouth.edu header.b="IXUVZ6Cv"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id 363FC9CF21; Fri, 3 Dec 2021 12:50:39 +1000 (AEST) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by minnie.tuhs.org (Postfix) with ESMTPS id EDF659CE84 for ; Fri, 3 Dec 2021 12:50:37 +1000 (AEST) Received: by mail-wr1-f44.google.com with SMTP id s13so2716428wrb.3 for ; Thu, 02 Dec 2021 18:50:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dartmouth.edu; s=google1; h=mime-version:from:date:message-id:subject:to; bh=HrSenTgLv3XK4zGePxshBujSQQOS51K6WxD1uVQSwgA=; b=IXUVZ6CvOvfLpiY6qWwJUsdPgDCkfN+UhcCPGJr3YXp2NNQ2gj7grs3CesYW4scFnF Am97rAhHoja1qBrm0hzpYmaGp9gL0jniMAkj3SIUEkrG8VJycqXdd5g51PUW3HAyGm+1 Z541MRvV8hivv1caDtxr5XSDX/lcc7gtJazUBex+eWadtsxv9mFcDeumgp9FZn/61WQa a6IAnTJztj1TfS1Wdn6oxDnC3x28hVWl+FOHgUWHagyJH23mp8qIovmaw4zd4OWZNnmT E/YqLmw49Ix9T5KKXgL/UBwhD32V4/7PyMFCPDzhSWYpsjPQFRT829KegGRq8a1B7Kax yqdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=HrSenTgLv3XK4zGePxshBujSQQOS51K6WxD1uVQSwgA=; b=BdS6d/ODLOQGIqgXIG5QKROrJ16w+c+0Qln+4VVw1SdY5OSfGnYaHv5At/DwFl/Jrv O5yezbMLhY8nxw/Y3omkAXVZ9bMDSSUd0l6funUipzHKNJK3R0e/SieMLNx0QpUGAJZ7 HcpR+/X76SxbRVbyu0V2xsw+YUqJz7cXOTUS5RSROU6p/y1FE2XJuDdVOw5usrQsDFGE PHJbmPB+Qzd9ohRZHPmG9mvs6//eqEUyXioztGpIHsgP8nMuT1GHM477QmAa8VyNaVAz TC1ZWeZvRQFKjs06p8e3l5TMTZpMa+Sq4jUGR7zmc/ik70NvRC5NbpQEXNfgVVMMChsc uzoA== X-Gm-Message-State: AOAM5338JnIUNnLwXJbgDFGq8ERmW89MbgxfQ8uUklTdfznhi8d/Jrh6 pLAU+ew4GCj/w/3dhQ368sORixQs0w6lT7hSKQTcPozGiCg+2A== X-Google-Smtp-Source: ABdhPJzrgz+9s5TFeNauWHH9e9Ze4WyjarFfokeaG6KAsxwXGCjArgCEug3uh90Xg5HFQqjWPZIXl0CwPmDwa2u1oP4= X-Received: by 2002:adf:dd0a:: with SMTP id a10mr18790991wrm.60.1638499836181; Thu, 02 Dec 2021 18:50:36 -0800 (PST) MIME-Version: 1.0 From: Douglas McIlroy Date: Thu, 2 Dec 2021 21:50:20 -0500 Message-ID: To: TUHS main list , duncanmak@gmail.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [TUHS] Book Recommendation X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" http://www.cs.ox.ac.uk/jeremy.gibbons/publications/fission.pdf Duncan Mak wrote > Haskell's powerful higher-level functions > make middling fragments of code very clear, but can compress large > code to opacity. Jeremy Gibbons, a high priest of functional > programming, even wrote a paper about deconstructing such wonders for > improved readability. > I went looking for this paper by Jeremy Gibbons here: https://dblp.org/pid/53/1090.html but didn't find anything resembling it. What's the name of the paper?