From sgf.dma at gmail.com Fri Nov 1 13:44:51 2024 From: sgf.dma at gmail.com (Dmitriy Matrosov) Date: Fri, 1 Nov 2024 16:44:51 +0300 Subject: [Haskell-cafe] Derive ET from DN in calculus of constructions Message-ID: Hi. I've reading "Type theory and formal proof, an introduction" book and in chapter 7.4 authors say, that in constructive logic plus either excluded third law (ET) or double negation law (DN) we can derive the other. And then authors derive DN from ET in calculus of constructions. But they didn't say anything (yet?) about the vice versa: deriving ET from DN in calculus of constructions. I've tried to do this, but the best i can come up with is just case analysis: - assume, that 'a' is true, then 'a or not a' is also true (by 'or-intro' rule). - or if after assuming that 'a' is true we can derive bottom, then 'not a' is true (by 'not-intro' rule). Then using the 'or-intro' rule we again end up with 'a or (not a)' being true. - assume 'not a' and if we can derive bottom again, then 'not (not a)' is true. Then by using DN we again end up with 'a' being true. etc. I.e. I may reduce any (not.. (n times) .. not a) into either 'a' or 'not a' by using DN and function composition. Thus, i probable can derive ET from DN using induction, but i can't code neither induction, nor above case analysis in calculus of constructions. So, is it possible to derive ET from DN in calculus of constructions? If it is, i'd appreciate not a direct answer, but a hint on how to do this. And if it is not, well, probably, authors will explain this later in the book and I should just continue reading. Thanks. From x at tomsmeding.com Fri Nov 1 18:48:46 2024 From: x at tomsmeding.com (Tom Smeding) Date: Fri, 1 Nov 2024 19:48:46 +0100 Subject: [Haskell-cafe] Derive ET from DN in calculus of constructions In-Reply-To: References: Message-ID: <64754187-6abf-4609-a069-397789928177@tomsmeding.com> This, but then in Agda, was an exercise for a course I did at some point. I'm not too familiar with the CoC, but the proof is down-to-Earth enough (once you find it) that it should work in anything that does basic type theory. The trick is that you can prove not (not (excluded third)) from first principles. Then applying double negation yields the result. Perhaps that helps. :) - Tom On 01/11/2024 14:44, Dmitriy Matrosov wrote: > Hi. > > I've reading "Type theory and formal proof, an introduction" > book and in chapter 7.4 authors say, that in constructive > logic plus either excluded third law (ET) or double negation > law (DN) we can derive the other. And then authors derive DN > from ET in calculus of constructions. But they didn't say > anything (yet?) about the vice versa: deriving ET from DN in > calculus of constructions. > > I've tried to do this, but the best i can come up with is > just case analysis: > - assume, that 'a' is true, then 'a or not a' is also true > (by 'or-intro' rule). > - or if after assuming that 'a' is true we can derive > bottom, then 'not a' is true (by 'not-intro' rule). > Then using the 'or-intro' rule we again end up with 'a or (not > a)' being true. > - assume 'not a' and if we can derive bottom again, then > 'not (not a)' is true. Then by using DN we again end up > with 'a' being true. etc. > > I.e. I may reduce any (not.. (n times) .. not a) into either > 'a' or 'not a' by using DN and function composition. Thus, i > probable can derive ET from DN using induction, but i can't > code neither induction, nor above case analysis in calculus > of constructions. > > So, is it possible to derive ET from DN in calculus of > constructions? If it is, i'd appreciate not a direct answer, > but a hint on how to do this. And if it is not, > well, probably, authors will explain this later in the book > and I should just continue reading. > > Thanks. > _______________________________________________ > Haskell-Cafe mailing list > To (un)subscribe, modify options or view archives go to: > http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe > Only members subscribed via the mailman list are allowed to post. From byorgey at gmail.com Sat Nov 2 21:02:48 2024 From: byorgey at gmail.com (Brent Yorgey) Date: Sat, 2 Nov 2024 16:02:48 -0500 Subject: [Haskell-cafe] Derive ET from DN in calculus of constructions In-Reply-To: References: Message-ID: You may find this helpful: https://www.cs.cmu.edu/~cmartens/if/dem.html Actually, you probably won't find it helpful, but at least it is amusing. And after you figure out your proof, you can go back and figure out what this story has to do with it. -Brent On Fri, Nov 1, 2024 at 8:45 AM Dmitriy Matrosov wrote: > Hi. > > I've reading "Type theory and formal proof, an introduction" > book and in chapter 7.4 authors say, that in constructive > logic plus either excluded third law (ET) or double negation > law (DN) we can derive the other. And then authors derive DN > from ET in calculus of constructions. But they didn't say > anything (yet?) about the vice versa: deriving ET from DN in > calculus of constructions. > > I've tried to do this, but the best i can come up with is > just case analysis: > - assume, that 'a' is true, then 'a or not a' is also true > (by 'or-intro' rule). > - or if after assuming that 'a' is true we can derive > bottom, then 'not a' is true (by 'not-intro' rule). > Then using the 'or-intro' rule we again end up with 'a or (not > a)' being true. > - assume 'not a' and if we can derive bottom again, then > 'not (not a)' is true. Then by using DN we again end up > with 'a' being true. etc. > > I.e. I may reduce any (not.. (n times) .. not a) into either > 'a' or 'not a' by using DN and function composition. Thus, i > probable can derive ET from DN using induction, but i can't > code neither induction, nor above case analysis in calculus > of constructions. > > So, is it possible to derive ET from DN in calculus of > constructions? If it is, i'd appreciate not a direct answer, > but a hint on how to do this. And if it is not, > well, probably, authors will explain this later in the book > and I should just continue reading. > > Thanks. > _______________________________________________ > Haskell-Cafe mailing list > To (un)subscribe, modify options or view archives go to: > http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe > Only members subscribed via the mailman list are allowed to post. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Graham.Hutton at nottingham.ac.uk Mon Nov 4 10:26:41 2024 From: Graham.Hutton at nottingham.ac.uk (Graham Hutton) Date: Mon, 4 Nov 2024 10:26:41 +0000 Subject: [Haskell-cafe] Journal of Functional Programming - Call for PhD Abstracts In-Reply-To: <020A2F19-1438-44CA-8884-CD93CA084A0C@nottingham.ac.uk> References: <020A2F19-1438-44CA-8884-CD93CA084A0C@nottingham.ac.uk> Message-ID: Dear all, If you or one of your students recently completed a PhD (or Habilitation) in the area of functional programming, please submit the dissertation abstract for publication in JFP: simple process, no refereeing, open access, 200+ published to date, deadline 29th November 2024. Please share! Best wishes, Graham Hutton ============================================================ CALL FOR PHD ABSTRACTS Journal of Functional Programming Deadline: 29th November 2024 http://tinyurl.com/jfp-phd-abstracts ============================================================ PREAMBLE: Many students complete PhDs in functional programming each year. As a service to the community, twice per year the Journal of Functional Programming publishes the abstracts from PhD dissertations completed during the previous year. The abstracts are made freely available on the JFP website, i.e. not behind any paywall. They do not require any transfer of copyright, merely a license from the author. A dissertation is eligible for inclusion if parts of it have or could have appeared in JFP, that is, if it is in the general area of functional programming. The abstracts are not reviewed. Please submit dissertation abstracts according to the instructions below. We welcome submissions from both the student and the advisor/supervisor although we encourage them to coordinate. Habilitation dissertations are also eligible for inclusion. ============================================================ SUBMISSION: Please submit the following information to Graham Hutton by 29th November 2024. o Dissertation title: (including any subtitle) o Student: (full name) o Awarding institution: (full name and country) o Date of award: (month and year; depending on the institution, this may be the date of the viva, corrections being approved, graduation ceremony, or otherwise) o Advisor/supervisor: (full names) o Dissertation URL: (please provide a permanently accessible link to the dissertation if you have one, such as to an institutional repository or other public archive; links to personal web pages should be considered a last resort) o Dissertation abstract: (plain text, maximum 350 words; you may use \emph{...} for emphasis, but we prefer no other markup or formatting; if your original abstract exceeds the word limit, please submit an abridged version within the limit) Please do not submit a copy of the dissertation itself, as this is not required. JFP reserves the right to decline to publish abstracts that are not deemed appropriate. ============================================================ PHD ABSTRACT EDITOR: Graham Hutton School of Computer Science University of Nottingham Nottingham NG8 1BB United Kingdom ============================================================ This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please contact the sender and delete the email and attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. Email communications with the University of Nottingham may be monitored where permitted by law. From cmb21 at st-andrews.ac.uk Mon Nov 4 11:37:24 2024 From: cmb21 at st-andrews.ac.uk (Christopher Brown) Date: Mon, 4 Nov 2024 11:37:24 +0000 Subject: [Haskell-cafe] PhD Scholarship at St Andrews Message-ID: We have a fully funded PhD scholarship available at the School of Computer Science at the University of St Andrews on "Dependent Types and Parallel Programming". Any potential candidates are advised to contact Dr Chris Brown (cmb21 at st-andrews.ac.uk) for more information. Full details of the scholarship, the topic, and how to apply are here: https://blogs.cs.st-andrews.ac.uk/csblog/2024/10/24/fully-funded-phd-scholarship-in-parallel-programming-and-dependent-types/ The deadline for applications is the 1st March 2025, with a September start date (although there is room for some flexibility due to circumstances). International applications are welcome. We especially encourage female applicants and underrepresented minorities to apply. The School of Computer Science was awarded the Athena SWAN Silver award for its sustained progression in advancing equality and representation, and we welcome applications from those suitably qualified from all genders, all races, ethnicities and nationalities, LGBT+, all or no religion, all social class backgrounds, and all family structures to apply for our postgraduate research programmes. -------------- next part -------------- An HTML attachment was scrubbed... URL: From icfp.publicity at googlemail.com Mon Nov 4 16:35:33 2024 From: icfp.publicity at googlemail.com (ICFP Publicity) Date: Mon, 4 Nov 2024 11:35:33 -0500 Subject: [Haskell-cafe] ICFP 2025: Call for Papers Message-ID: PACMPL Volume 7, Issue ICFP 2025 Call for Papers Accepted papers to be invited for presentation at The 30th ACM SIGPLAN International Conference on Functional Programming October 12-18, 2025 Singapore https://icfp25.sigplan.org/ ### Important Dates and Deadlines Paper Submissions: February 27, 2025 Author Response: April 28 - May 1, 2025 Notifications of Acceptance: May 23, 2025 All deadlines are Anywhere on Earth (AoE). Conference dates: October 12-18, 2025 ### New This Year For the first time, ICFP will be co-located with SPLASH! https://conf.researchr.org/home/icfp-splash-2025 Note that the conference will be held in October this year, instead of September. The conference dates are October 12-18, 2025. ### Scope PACMPL issue ICFP 2025 seeks original papers on the art and science of functional programming. Submissions are invited on all topics from principles to practice, from foundations to features, and from abstraction to application. The scope includes all languages that encourage functional programming, including both purely applicative and imperative languages, as well as languages with objects, concurrency, or parallelism. Topics of interest include (but are not limited to): * Language Design: concurrency, parallelism, and distribution; modularity; components and composition; meta-programming; macros; pattern matching; type systems; type inference; dependent types; effect types; gradual types; refinement types; session types; interoperability; domain-specific languages; imperative programming; object-oriented programming; logic programming; probabilistic programming; reactive programming; generic programming; bidirectional programming. * Implementation: abstract machines; virtual machines; interpretation; compilation; compile-time and run-time optimisation; garbage collection and memory management; runtime systems; multi-threading; exploiting parallel hardware; interfaces to foreign functions, services, components, or low-level machine resources. * Software-Development Techniques: algorithms and data structures; design patterns; specification; verification; validation; proof assistants; debugging; testing; tracing; profiling; build systems; program synthesis. * Foundations: formal semantics; lambda calculus; program equivalence; rewriting; type theory; logic; category theory; computational effects; continuations; control; state; names and binding; program verification. * Analysis and Transformation: control flow; data flow; abstract interpretation; partial evaluation; program calculation. * Applications: symbolic computing; formal-methods tools; artificial intelligence; systems programming; distributed systems and web programming; hardware design; databases; scientific and numerical computing; graphical user interfaces; graphics and multimedia; GPU programming; scripting; system administration; security. * Education: teaching introductory programming; mathematical proof; algebra. Submissions will be evaluated according to their relevance, correctness, significance, originality, and clarity. Each submission should explain its contributions in both general and technical terms, clearly identifying what has been accomplished, explaining why it is significant, and comparing it with previous work. The technical content should be accessible to a broad audience. PACMPL issue ICFP 2025 also welcomes submissions in two separate categories — Functional Pearls and Experience Reports — that must be marked as such when submitted and that need not report original research results. Detailed guidelines on both categories are given at the end of this call. In an effort to achieve a balanced, diverse program, each author may be listed as a (co)author on a maximum of four submissions. Authors who require financial support to attend the conference can apply for PAC funding (http://www.sigplan.org/PAC/). The General Chair and PC Chair may not submit papers. PC members (other than the PC Chair) may submit papers. Please contact the Program Chair if you have questions or are concerned about the appropriateness of a topic. ### Full Double-Blind Reviewing Process ICFP 2025 will use a full double-blind reviewing process (similar to the one used for ICFP 2024 but different from the lightweight double-blind process used in previous years). This means that identities of authors will not be made visible to reviewers until after conditional-acceptance decisions have been made, and then only for the conditionally-accepted papers. The use of full double-blind reviewing has several consequences for authors. *Submissions*: Authors must omit their names and institutions from their paper submissions. In addition, references to authors’ own prior work should be in the third person (e.g., not "We build on our previous work ..." but rather "We build on the work of ..."). *Supplementary material*: Authors must fully anonymize any supplementary material (see below). Links to supplementary material on external websites are not permitted. *Author response*: In responding to reviews, authors should not say anything that reveals their identity, since author identities will not be revealed to reviewers at that stage of the reviewing process. *Dissemination of work under submission*: Authors are welcome to disseminate their ideas and post draft versions of their paper(s) on their personal website, institutional repository, or arXiv (reviewers will be asked to turn off arXiv notifications during the review period). But authors should not take steps that would almost certainly reveal their identities to members of the Program Committee, e.g., directly contacting PC members or publicizing the work on widely-visible social media or major mailing lists used by the community. The purpose of the above restrictions is to help the Program Committee and external reviewers come to a judgment about the paper without bias, not to make it impossible for them to discover the authors’ identities if they were to try. In particular, nothing should be done in the name of anonymity that weakens the quality of the submission. However, there are occasionally cases where adhering to the above restrictions is truly difficult or impossible for one reason or another. In such cases, the authors should contact the Program Chair to discuss the situation and how to handle it. The FAQ on Double-Blind Reviewing ( https://popl24.sigplan.org/track/POPL-2024-popl-research-papers#FAQ-on-Double-Blind-Reviewing ) addresses many common scenarios and answers many common questions about this topic. But there remain many grey areas and trade-offs. If you have any doubts about how to interpret the double-blind rules or you encounter a complex case that is not clearly covered by the FAQ, please contact the Program Chair for guidance. ### Preparation of submissions *Deadline*: The deadline for submissions is Thursday, 27 February, 2025, Anywhere on Earth (https://www.timeanddate.com/time/zones/aoe). This deadline will be strictly enforced. *Formatting*: Submissions must be in PDF format, printable in black and white on US Letter sized paper and interpretable by common PDF tools. All submissions must adhere to the "ACM Small" template that is available (in both LaTeX and Word formats) from https://www.acm.org/publications/authors/submissions. Please download the latest version of the ACM style from https://www.acm.org/publications/authors/submissions, since the citation format has recently been changed. See also PACMPL’s Information and Guidelines for Authors at https://pacmpl.acm.org/authors.cfm. There is a limit of 25 pages for a full paper or Functional Pearl and 12 pages for an Experience Report; in either case, the bibliography and an optional clearly marked appendix will not be counted against these limits. Submissions that exceed the page limits or, for other reasons, do not meet the requirements for formatting, will be summarily rejected. *Submission*: Submissions will be accepted at https://icfp25.hotcrp.com/ Improved versions of a paper may be submitted at any point before the submission deadline using the same web interface. *Author Response Period*: Authors will have a 96-hour period, starting at 00:00 (midnight) AOE on Monday, 28 April, 2025, to read reviews and respond to them. *Appendix and Supplementary Material*: Authors have the option to include a clearly marked appendix and/or to attach supplementary material to a submission, on the understanding that reviewers may choose not to look at such an appendix or supplementary material. Supplementary material may be uploaded as a separate PDF document or tarball. Any supplementary material must be uploaded at submission time, not by providing a URL in the paper that points to an external repository. All supplementary material must be anonymised. *Authorship Policies*: All submissions are expected to comply with the ACM Policies for Authorship that are detailed at https://www.acm.org/publications/authors/information-for-authors. *Republication Policies*: Each submission must adhere to SIGPLAN’s republication policy, as explained on the web at http://www.sigplan.org/Resources/Policies/Republication. ### Review Process This section outlines the two-stage process with double-blind reviewing that will be used to select papers for PACMPL issue ICFP 2025. Like last year, ICFP 2025 will adapt a full double-blind reviewing process. More information see below. ICFP 2025 will have an Associate Chair who will help the PC Chair monitor reviews, solicit external expert reviews for submissions when there is not enough expertise on the committee, and facilitate reviewer discussions. ICFP 2025 will employ a two-stage review process. The first stage in the review process will assess submitted papers using the criteria stated above and will allow for feedback and input on initial reviews through the author response period mentioned previously. As a result of the review process, a set of papers will be conditionally accepted and all other papers will be rejected. Authors will be notified of these decisions on 23 May, 2025. Authors of conditionally accepted papers will be provided with committee reviews along with a set of mandatory revisions. By 12 June, 2025, the authors should provide a second revised submission. The second and final reviewing phase assesses whether the mandatory revisions have been adequately addressed by the authors and thereby determines the final accept/reject status of the paper. The intent and expectation is that the mandatory revisions can feasibly be addressed within three weeks. The second submission should clearly identify how the mandatory revisions were addressed. To that end, the second submission must be accompanied by a cover letter mapping each mandatory revision request to specific parts of the paper. The cover letter will facilitate a quick second review, allowing for confirmation of final acceptance within two weeks. Conversely, the absence of a cover letter will be grounds for the paper’s rejection. ### Information for Authors of Accepted Papers * As a condition of acceptance, final versions of all papers must adhere to the ACM Small format. The page limit for the final versions of papers will be increased by two pages to help authors respond to reviewer comments and mandatory revisions: 27 pages plus bibliography for a regular paper or Functional Pearl, 14 pages plus bibliography for an Experience Report. * Authors of accepted submissions will be required to agree to one of the three ACM licensing options, one of which is Creative Commons CC-BY publication; this is the option recommended by the PACMPL editorial board. A reasoned argument in favour of this option can be found in the article Why CC-BY? published by OASPA, the Open Access Scholarly Publishers Association. The other options are copyright transfer to ACM or retaining copyright but granting ACM exclusive publication rights. * PACMPL is a Gold Open Access journal, and authors are encouraged to publish their work under a CC-BY license. Gold Open Access guarantees permanent free online access to the definitive version in the ACM Digital Library, and the recommended CC-BY option also allows anyone to copy and distribute the work with attribution. Gold Open Access has been made possible by generous funding through ACM SIGPLAN, which will cover all open access costs in the event authors cannot. Authors who can cover the costs may do so by paying an Article Processing Charge (APC). PACMPL, SIGPLAN, and ACM Headquarters are committed to exploring routes to making Gold Open Access publication both affordable and sustainable. * ACM Author-Izer is a unique service that enables ACM authors to generate and post links on either their home page or institutional repository for visitors to download the definitive version of their articles from the ACM Digital Library at no charge. Downloads through Author-Izer links are captured in official ACM statistics, improving the accuracy of usage and impact measurements. Consistently linking to the definitive version of an ACM article should reduce user confusion over article versioning. After an article has been published and assigned to the appropriate ACM Author Profile pages, authors should visit http://www.acm.org/publications/acm-author-izer-service to learn how to create links for free downloads from the ACM DL. * The official publication date is the date the papers are made available in the ACM Digital Library. This date may be up to two weeks prior to the first day of the conference. The official publication date affects the deadline for any patent filings related to published work. * Authors of each accepted submission are invited to attend and be available for the presentation of that paper at the conference. The schedule for presentations will be determined and shared with authors after the full program has been selected. *ORCID*: ORCID provides a persistent digital identifier (an ORCID iD) that you own and control, and that distinguishes you from every other researcher: https://orcid.org/. ACM now require an ORCID iD for every author of a paper, not just the corresponding author. So, the author who is filling out the permission form should make sure they have the ORCID iDs for all of their coauthors before filling out the form. Any authors who do not yet have an ORCID iD can go to https://orcid.org/register to have one assigned. ### Artifact Evaluation Authors of papers that are conditionally accepted in the first phase of the review process will be encouraged (but not required) to submit supporting materials for Artifact Evaluation. These items will then be reviewed by an Artifact Evaluation Committee, separate from the paper Review Committee, whose task is to assess how the artifacts support the work described in the associated paper. Papers that go through the Artifact Evaluation process successfully will receive a seal of approval printed on the papers themselves. Authors of accepted papers will be encouraged to make the supporting materials publicly available upon publication of the papers, for example, by including them as "source materials" in the ACM Digital Library. An additional seal will mark papers whose artifacts are made available, as outlined in the ACM guidelines for artifact badging. Participation in Artifact Evaluation is voluntary and will not influence the final decision regarding paper acceptance. ### Special categories of papers In addition to research papers, PACMPL issue ICFP solicits two kinds of papers that do not require original research contributions: Functional Pearls, which are full papers, and Experience Reports, which are limited to half the length of a full paper. Authors submitting such papers should consider the following guidelines. ### Functional Pearls A Functional Pearl is an elegant essay about something related to functional programming. Examples include, but are not limited to: * a new and thought-provoking way of looking at an old idea * an instructive example of program calculation or proof * a nifty presentation of an old or new data structure * an interesting application of functional programming techniques * a novel use or exposition of functional programming in the classroom While pearls often demonstrate an idea through the development of a short program, there is no requirement or expectation that they do so. Thus, they encompass the notions of theoretical and educational pearls. Functional Pearls are valued as highly and judged as rigorously as ordinary papers, but using somewhat different criteria. In particular, a pearl is not required to report original research, but, it should be concise, instructive, and entertaining. A pearl is likely to be rejected if its readers get bored, if the material gets too complicated, if too much-specialised knowledge is needed, or if the writing is inelegant. The key to writing a good pearl is polishing. A submission that is intended to be treated as a pearl must be marked as such on the submission web page and should contain the words "Functional Pearl" somewhere in its title or subtitle. These steps will alert reviewers to use the appropriate evaluation criteria. Pearls will be combined with ordinary papers, however, for the purpose of computing the conference’s acceptance rate. ### Experience Reports The purpose of an Experience Report is to describe the experience of using functional programming in practice, whether in industrial application, tool development, programming education, or any other area. Possible topics for an Experience Report include, but are not limited to: * insights gained from real-world projects using functional programming * comparison of functional programming with conventional programming in the context of an industrial project or a university curriculum * project-management, business, or legal issues encountered when using functional programming in a real-world project * curricular issues encountered when using functional programming in education * real-world constraints that created special challenges for an implementation of a functional language or for functional programming in general An Experience Report is distinguished from a normal PACMPL issue ICFP paper by its title, by its length, and by the criteria used to evaluate it. * Both in the papers and in any citations, the title of each accepted Experience Report must end with the words "(Experience Report)" in parentheses. The acceptance rate for Experience Reports will be computed and reported separately from the rate for ordinary papers. * Experience Report submissions can be at most 12 pages long, excluding bibliography. * Each accepted Experience Report will be presented at the conference, but depending on the number of Experience Reports and regular papers accepted, authors of Experience Reports may be asked to give shorter talks. * Because the purpose of Experience Reports is to enable our community to understand the application of functional programming, an acceptable Experience Report need not add to the body of knowledge of the functional-programming community by presenting novel results or conclusions. It is sufficient if the report describes an illuminating experience with functional programming, or provides evidence for a clear thesis about the use of functional programming. The experience or thesis must be relevant to ICFP, but it need not be novel. The review committee will accept or reject Experience Reports based on whether they judge the paper to illuminate some aspect of the use of functional programming. Anecdotal evidence will be acceptable provided it is well-argued and the author explains what efforts were made to gather as much evidence as possible. Typically, papers that show how functional programming was used are more convincing than papers that say only that functional programming was used. It can be especially effective to present comparisons of the situations before and after the experience described in the paper, but other kinds of evidence would also make sense, depending on context. Experience drawn from a single person’s experience may be sufficient, but more weight will be given to evidence drawn from the experience of groups of people. An Experience Report should be short and to the point. For an industrial project, it should make a claim about how well functional programming worked and why; for a pedagogy paper, it might make a claim about the suitability of a particular teaching style or educational exercise. Either way, it should produce evidence to substantiate the claim. If functional programming worked in this case in the same ways it has worked for others, the paper need only summarise the results — the main part of the paper should discuss how well it worked and in what context. Most readers will not want to know all the details of the experience and its implementation, but the paper should characterise it and its context well enough so that readers can judge to what degree this experience is relevant to their own circumstances. The paper should take care to highlight any unusual aspects; specifics about the experience are more valuable than generalities about functional programming. If the paper not only describes experience but also presents new technical results, or if the experience refutes cherished beliefs of the functional-programming community, it may be better to submit it as a full paper, which will be judged by the usual criteria of novelty, originality, and relevance. The Program Chair will be happy to advise on any concerns about which category to submit to. ### About PACMPL Proceedings of the ACM on Programming Languages (PACMPL https://pacmpl.acm.org/) is a Gold Open Access journal publishing research on all aspects of programming languages, from design to implementation and from mathematical formalisms to empirical studies. Each issue of the journal is devoted to a particular subject area within programming languages and will be announced through publicised Calls for Papers, like this one. ### ICFP Organizers General Chair: Ilya Sergey (NUS) Program Chair: Dominique Devriese (KU Leuven) Associate Program Chair: Peter Thiemann (University of Freiburg) Workshops Co-Chairs: Ben Greenman (University of Utah) Chandrakana Nandi (Certora) Artifact Evaluation Co-Chairs: Benoît Montagu (INRIA) Lionel Parreaux (HKUST) Industrial Relations Chair: Daniel Winograd-Cort (Nectry Inc.) Student Volunteer Chair: Joe Watt (Institute for Infocomm Research, A*STAR) SRC Co-Chair: Kuen-Bang Hou (Favonia) (University of Minnesota) Publicity Chair: Sam Westrick (NYU) Diversity Co-Chairs: Alejandro Russo (Chalmers, DPella) KC Sivaramakrishnan (Tarides, IIT Madras) Web Chair: Jules Jacobs (Cornell) Doctoral Symposium Chair: Conrad Watt (Nanyang Technological University) Programming Contest Organizer: Liam O'Connor (Australian National University) SIGPLAN Conference Manager: Neringa Young -------------- next part -------------- An HTML attachment was scrubbed... URL: From trebla at vex.net Mon Nov 4 21:24:15 2024 From: trebla at vex.net (Albert Y. C. Lai) Date: Mon, 4 Nov 2024 16:24:15 -0500 Subject: [Haskell-cafe] Derive ET from DN in calculus of constructions In-Reply-To: References: Message-ID: <96671c5d-5ec2-4dce-839e-f599b75ed7f3@vex.net> Heh, I find it amusing. But I have had prior experience from figuring out a similar proof. I used Pierce's Law (aka call/cc), but it too unfolds into the same story when evaluated. On 2024-11-02 17:02, Brent Yorgey wrote: > You may find this helpful: > > https://www.cs.cmu.edu/~cmartens/if/dem.html ~cmartens/if/dem.html> > > Actually, you probably won't find it helpful, but at least it is > amusing.  And after you figure out your proof, you can go back and > figure out what this story has to do with it. > > -Brent > > On Fri, Nov 1, 2024 at 8:45 AM Dmitriy Matrosov > wrote: > > Hi. > > I've reading "Type theory and formal proof, an introduction" > book and in chapter 7.4 authors say, that in constructive > logic plus either excluded third law (ET) or double negation > law (DN) we can derive the other. And then authors derive DN > from ET in calculus of constructions. But they didn't say > anything (yet?) about the vice versa: deriving ET from DN in > calculus of constructions. > > I've tried to do this, but the best i can come up with is > just case analysis: > - assume, that 'a' is true, then 'a or not a' is also true >   (by 'or-intro' rule). > - or if after assuming that 'a' is true we can derive >   bottom, then 'not a' is true (by 'not-intro' rule). >   Then using the 'or-intro' rule we again end up with 'a or (not >   a)' being true. > - assume 'not a' and if we can derive bottom again, then >   'not (not a)' is true. Then by using DN we again end up >   with 'a' being true.  etc. > > I.e. I may reduce any (not.. (n times) .. not a) into either > 'a' or 'not a' by using DN and function composition. Thus, i > probable can derive ET from DN using induction, but i can't > code neither induction, nor above case analysis in calculus > of constructions. > > So, is it possible to derive ET from DN in calculus of > constructions? If it is, i'd appreciate not a direct answer, > but a hint on how to do this. And if it is not, > well, probably, authors will explain this later in the book > and I should just continue reading. > > Thanks. > _______________________________________________ > Haskell-Cafe mailing list > To (un)subscribe, modify options or view archives go to: > http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe > > Only members subscribed via the mailman list are allowed to post. > > > _______________________________________________ > Haskell-Cafe mailing list > To (un)subscribe, modify options or view archives go to: > http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe > Only members subscribed via the mailman list are allowed to post. From stefan.wehr at gmail.com Tue Nov 5 06:47:22 2024 From: stefan.wehr at gmail.com (Stefan Wehr) Date: Tue, 5 Nov 2024 07:47:22 +0100 Subject: [Haskell-cafe] 2nd Call for Contributions: BOB 2025 (Berlin, March 14 - Deadline Nov 15) Message-ID: ================================================================================ BOB Conference 2025 "What happens when we use what's best for a change?" https://bobkonf.de/2025/cfc.html Berlin, Mar 14 Call for Contributions Deadline: November 15, 2024 ================================================================================ You are actively engaged in advanced software engineering methods, solve ambitious problem with software and are open to cutting-edge innovation? Attend this conference, meet people that share your goals, and get to know the best software tools and technologies available today. We strive to offer a day full of new experiences and impressions that you can use to immediately improve your daily life as a software developer. If you share our vision and want to contribute, submit a proposal for a talk or tutorial! NOTE: The conference fee will be waived for presenters. Travel expenses will not be covered (for exceptions see "Speaker Grants"). Shepherding ----------- The program committee offers shepherding to all speakers. Shepherding provides speakers assistance with preparing their sessions. Specifically: - advice on structure and presentation - review of talk slides Speaker Grants -------------- BOB has Speaker Grants available to support speakers from groups under-represented in technology. We specifically seek women speakers, speakers of color, and speakers who are not able to attend the conference for financial reasons. Topics ------ We are looking for talks about best-of-breed software technology, e.g.: - functional programming - persistent data structures and databases - event-based modelling and architecture - "fancy types" (dependent types, gradual typing, linear types, ...) - formal methods for correctness and robustness - abstractions for concurrency and parallelism - metaprogramming - probabilistic programming - math and programming - controlled side effects - program synthesis - next-generation IDEs - effective abstractions for data analytics - … everything really that isn’t mainstream, but you think should be - … includeing rough ideas worth discussing. Presenters should provide the audience with information that is practically useful for software developers. Challenges ---------- Furthermore, we seek contributions on successful approaches for solving hard problems, for example: - bias in machine-learning systems - digital transformation in difficult settings - accessibiltity - systems with critical reliability requirements - ecologically sustainable software development We're especially interested in experience reports. Other topics are also relevant, e.g.: - introductory talks on technical background - overviews of a given field - demos and how-tos Requirements ------------ We accept proposals for presentations of 45 minutes (40 minutes talk + 5 minutes questions), as well as 90 minute tutorials for beginners. The language of presentation should be either English or German. Your proposal should include (in your presentation language of choice): - An abstract of max. 1500 characters. - A short bio/cv - Contact information (including at least email address) - A list of 3-5 concrete ideas of how your work can be applied in a developer's daily life - additional material (websites, blogs, slides, videos of past presentations, …) Organisation ------------ - Direct questions to konferenz at bobkonf dot de - Proposal deadline: November 15, 2024 - Notification: December 4, 2024 - Program: December 11, 2024 Submit here: https://pretalx.com/bob-2025/submit/ Program Committee ----------------- (more information here: https://bobkonf.de/2025/programmkomitee.html) - Matthias Fischmann, Wire - Matthias Neubauer, SICK AG - Nicole Rauch, Softwareentwicklung und Entwicklungscoaching - Michael Sperber, Active Group - Stefan Wehr, Hochschule Offenburg Scientific Advisory Board - Annette Bieniusa, TU Kaiserslautern - Torsten Grust, Uni Tübingen - Peter Thiemann, Uni Freiburg -------------- next part -------------- An HTML attachment was scrubbed... URL: From mukeshtiwari.iiitm at gmail.com Tue Nov 5 09:43:24 2024 From: mukeshtiwari.iiitm at gmail.com (mukesh tiwari) Date: Tue, 5 Nov 2024 09:43:24 +0000 Subject: [Haskell-cafe] Derive ET from DN in calculus of constructions In-Reply-To: <96671c5d-5ec2-4dce-839e-f599b75ed7f3@vex.net> References: <96671c5d-5ec2-4dce-839e-f599b75ed7f3@vex.net> Message-ID: <7554D607-942C-4E01-88AC-026C93EEAEA7@gmail.com> Hi Dmitriy, "So, is it possible to derive ET from DN in calculus of > > constructions? If it is, i'd appreciate not a direct answer, > but a hint on how to do this.” Yes, it is possible and below is a hint (in Coq). You can play this in online Coq compiler [2]. Definition DN_implies_EM : (forall q : Prop, ~~q -> q) -> (forall p : Prop, p \/ ~p). Proof. refine (fun (Ha : forall q : Prop, ~ ~ q -> q) (p : Prop) => Ha (p \/ ~ p) ((fun Hb : ~ (p \/ ~ p) => Hb _ ) : ~ ~ (p \/ ~ p))). Admitted. The remaining goal is Ha : forall q : Prop, ~ ~ q -> q p : Prop Hb : ~ (p \/ ~ p) ============================ p \/ ~ p So can you see the proof now? Spoiler alert: complete proof [1]. Best, Mukesh [1] https://gist.github.com/mukeshtiwari/f3de83335830ce4e287f231499028d6f [2] https://jscoq.github.io/scratchpad.html > On 4 Nov 2024, at 21:24, Albert Y. C. Lai wrote: > > Heh, I find it amusing. But I have had prior experience from figuring out a similar proof. I used Pierce's Law (aka call/cc), but it too unfolds into the same story when evaluated. > > On 2024-11-02 17:02, Brent Yorgey wrote: >> You may find this helpful: >> https://www.cs.cmu.edu/~cmartens/if/dem.html >> Actually, you probably won't find it helpful, but at least it is amusing. And after you figure out your proof, you can go back and figure out what this story has to do with it. >> -Brent >> On Fri, Nov 1, 2024 at 8:45 AM Dmitriy Matrosov > wrote: >> Hi. >> I've reading "Type theory and formal proof, an introduction" >> book and in chapter 7.4 authors say, that in constructive >> logic plus either excluded third law (ET) or double negation >> law (DN) we can derive the other. And then authors derive DN >> from ET in calculus of constructions. But they didn't say >> anything (yet?) about the vice versa: deriving ET from DN in >> calculus of constructions. >> I've tried to do this, but the best i can come up with is >> just case analysis: >> - assume, that 'a' is true, then 'a or not a' is also true >> (by 'or-intro' rule). >> - or if after assuming that 'a' is true we can derive >> bottom, then 'not a' is true (by 'not-intro' rule). >> Then using the 'or-intro' rule we again end up with 'a or (not >> a)' being true. >> - assume 'not a' and if we can derive bottom again, then >> 'not (not a)' is true. Then by using DN we again end up >> with 'a' being true. etc. >> I.e. I may reduce any (not.. (n times) .. not a) into either >> 'a' or 'not a' by using DN and function composition. Thus, i >> probable can derive ET from DN using induction, but i can't >> code neither induction, nor above case analysis in calculus >> of constructions. >> So, is it possible to derive ET from DN in calculus of >> constructions? If it is, i'd appreciate not a direct answer, >> but a hint on how to do this. And if it is not, >> well, probably, authors will explain this later in the book >> and I should just continue reading. >> Thanks. >> _______________________________________________ >> Haskell-Cafe mailing list >> To (un)subscribe, modify options or view archives go to: >> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe >> >> Only members subscribed via the mailman list are allowed to post. >> _______________________________________________ >> Haskell-Cafe mailing list >> To (un)subscribe, modify options or view archives go to: >> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe >> Only members subscribed via the mailman list are allowed to post. > > _______________________________________________ > Haskell-Cafe mailing list > To (un)subscribe, modify options or view archives go to: > http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe > Only members subscribed via the mailman list are allowed to post. -------------- next part -------------- An HTML attachment was scrubbed... URL: From zubin at well-typed.com Tue Nov 5 12:13:24 2024 From: zubin at well-typed.com (Zubin Duggal) Date: Tue, 5 Nov 2024 17:43:24 +0530 Subject: [Haskell-cafe] [ANNOUNCE] GHC 9.12.1-alpha2 is now available In-Reply-To: <2snpei5s6aapoanssr266h5idtgjcfsrojdiso6unuszkhdeih@7vyl6vfi2wzq> References: <2snpei5s6aapoanssr266h5idtgjcfsrojdiso6unuszkhdeih@7vyl6vfi2wzq> Message-ID: The GHC developers are very pleased to announce the availability of the second alpha release of GHC 9.12.1. Binary distributions, source distributions, and documentation are available at [downloads.haskell.org][]. We hope to have this release available via ghcup shortly. GHC 9.12 will bring a number of new features and improvements, including: * The new language extension [OrPatterns] allowing you to combine multiple pattern clauses into one. * The [MultilineStrings] language extension to allow you to more easily write strings spanning multiple lines in your source code. * Improvements to the OverloadedRecordDot extension, allowing the built-in `HasField` class to be used for records with fields of non lifted representations. * The [NamedDefaults] language extension has been introduced allowing you to define defaults for typeclasses other than `Num`. * More deterministic object code output, controlled by the `-fobject-determinism` flag, which improves determinism of builds a lot (though does not fully do so) at the cost of some compiler performance (1-2%). See #12935 for the details * GHC now accepts type syntax in expressions as part of [GHC Proposal #281]. * The WASM backend now has support for TemplateHaskell. * ... and many more A full accounting of changes can be found in the [release notes][]. As always, GHC's release status, including planned future releases, can be found on the GHC Wiki [status][]. We would like to thank GitHub, IOG, the Zw3rk stake pool, Well-Typed, Tweag I/O, Serokell, Equinix, SimSpace, the Haskell Foundation, and other anonymous contributors whose on-going financial and in-kind support has facilitated GHC maintenance and release management over the years. Finally, this release would not have been possible without the hundreds of open-source contributors whose work comprise this release. As always, do give this release a try and open a [ticket][] if you see anything amiss. [release notes]: https://downloads.haskell.org/ghc/9.12.1-alpha2/docs/users_guide/9.12.1-notes.html [status]: https://gitlab.haskell.org/ghc/ghc/-/wikis/GHC-status [downloads.haskell.org]: https://downloads.haskell.org/ghc/9.12.1-alpha2 [ticket]: https://gitlab.haskell.org/ghc/ghc/-/issues/new [OrPatterns]: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0522-or-patterns.rst [MultilineStrings]: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0569-multiline-strings.rst [GHC Proposal #281]: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0281-visible-forall.rst [NamedDefaults]: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0409-exportable-named-default.rst Cheers, Zubin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: From hjgtuyl at chello.nl Tue Nov 5 20:59:08 2024 From: hjgtuyl at chello.nl (Henk-Jan van Tuyl) Date: Tue, 5 Nov 2024 21:59:08 +0100 (CET) Subject: [Haskell-cafe] Problem with Haskellwiki - Backend not available Message-ID: <443916930.339477.1730840349005@mail.ziggo.nl> L.S., I am having trouble with the Haskellwiki, the page https://wiki.haskell.org/Haskell displays the message: Error 503 Backend unavailable, connection timeout Backend unavailable, connection timeout Error 54113 The page https://www.haskell.org/ is correct. Can someone repair this? Regards, Henk-Jan van Tuyl -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmct at haskell.foundation Tue Nov 5 21:04:26 2024 From: jmct at haskell.foundation (Jose Calderon) Date: Tue, 5 Nov 2024 16:04:26 -0500 Subject: [Haskell-cafe] Problem with Haskellwiki - Backend not available In-Reply-To: <443916930.339477.1730840349005@mail.ziggo.nl> References: <443916930.339477.1730840349005@mail.ziggo.nl> Message-ID: Hello, Thanks for the report. We are aware of the issue and working on a solution. Apologies for the inconvenience. -Jose On Tue, Nov 5, 2024 at 3:59 PM Henk-Jan van Tuyl via Haskell-Cafe < haskell-cafe at haskell.org> wrote: > L.S., > > I am having trouble with the Haskellwiki, > the page https://wiki.haskell.org/Haskell displays the message: > Error 503 Backend unavailable, connection timeout > Backend unavailable, connection timeout > Error 54113 > > The page https://www.haskell.org/ is correct. > > Can someone repair this? > > Regards, > Henk-Jan van Tuyl > > _______________________________________________ > Haskell-Cafe mailing list > To (un)subscribe, modify options or view archives go to: > http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe > Only members subscribed via the mailman list are allowed to post. -------------- next part -------------- An HTML attachment was scrubbed... URL: From olf at aatal-apotheke.de Wed Nov 6 06:18:39 2024 From: olf at aatal-apotheke.de (Olaf Klinke) Date: Wed, 06 Nov 2024 07:18:39 +0100 Subject: [Haskell-cafe] Derive ET from DN in calculus of constructions Message-ID: The derivation of the double negation of ET is in line 243 of https://hub.darcs.net/olf/haskell_for_mathematicians/browse/haskell_for_logicians.lhs Then use DN on that term, as Tom Smeding suggested. Olaf From sgf.dma at gmail.com Wed Nov 6 12:45:06 2024 From: sgf.dma at gmail.com (Dmitriy Matrosov) Date: Wed, 6 Nov 2024 15:45:06 +0300 Subject: [Haskell-cafe] Derive ET from DN in calculus of constructions In-Reply-To: References: Message-ID: Thank you all for the hints and links to many interesting materials! Well, I've understood, that I need to learn more about constructive logic and natural deduction. That book was not too detailed on these topics and authors write only strictly necessary info and from the wording I understand, they assume the readers are familiar with natural deduction at least (but I'm not). So now I'm reading some lectures on these topics and then will try the proof again. Thanks for the help! From markus.l2ll at gmail.com Fri Nov 8 16:18:31 2024 From: markus.l2ll at gmail.com (=?UTF-8?B?TWFya3VzIEzDpGxs?=) Date: Fri, 8 Nov 2024 18:18:31 +0200 Subject: [Haskell-cafe] wiki.haskell.org appears to be down Message-ID: Hi! Not sure on who to contact this about, but https://wiki.haskell.org/ appears to be mostly down. Mostly in the sense that for every page MediaWiki does seem to run, but fails to retrieve any content, and also no styling. Hope someone can forward this info in the right direction! -- Markus Läll -------------- next part -------------- An HTML attachment was scrubbed... URL: From bryan at haskell.foundation Fri Nov 8 16:27:29 2024 From: bryan at haskell.foundation (Bryan Richter) Date: Fri, 8 Nov 2024 18:27:29 +0200 Subject: [Haskell-cafe] wiki.haskell.org appears to be down In-Reply-To: References: Message-ID: Indeed. I posted https://discourse.haskell.org/t/wiki-haskell-org-is-down/10664 when I learned about it -- sorry for not also posting here. :) They're still working on the issue. An operating system upgrade went awry. At this point it looks like they're rebuilding the service from (up-to-date) backups. -Bryan On Fri, 8 Nov 2024 at 18:19, Markus Läll wrote: > Hi! > > Not sure on who to contact this about, but https://wiki.haskell.org/ > appears to be mostly down. Mostly in the sense that for every page > MediaWiki does seem to run, but fails to retrieve any content, and also no > styling. > > Hope someone can forward this info in the right direction! > > -- > Markus Läll > _______________________________________________ > Haskell-Cafe mailing list > To (un)subscribe, modify options or view archives go to: > http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe > Only members subscribed via the mailman list are allowed to post. -------------- next part -------------- An HTML attachment was scrubbed... URL: From markus.l2ll at gmail.com Fri Nov 8 16:38:01 2024 From: markus.l2ll at gmail.com (=?UTF-8?B?TWFya3VzIEzDpGxs?=) Date: Fri, 8 Nov 2024 18:38:01 +0200 Subject: [Haskell-cafe] wiki.haskell.org appears to be down In-Reply-To: References: Message-ID: So, the next thing I thought was that there should be a status.haskell.org, but that apparently exists :D, and does already list the current outage, and also a "Report issue" button where I could send such further reports. Thanks! On Fri, Nov 8, 2024 at 6:27 PM Bryan Richter wrote: > Indeed. I posted > https://discourse.haskell.org/t/wiki-haskell-org-is-down/10664 when I > learned about it -- sorry for not also posting here. :) > > They're still working on the issue. An operating system upgrade went awry. > At this point it looks like they're rebuilding the service from > (up-to-date) backups. > > -Bryan > > On Fri, 8 Nov 2024 at 18:19, Markus Läll wrote: > >> Hi! >> >> Not sure on who to contact this about, but https://wiki.haskell.org/ >> appears to be mostly down. Mostly in the sense that for every page >> MediaWiki does seem to run, but fails to retrieve any content, and also no >> styling. >> >> Hope someone can forward this info in the right direction! >> >> -- >> Markus Läll >> _______________________________________________ >> Haskell-Cafe mailing list >> To (un)subscribe, modify options or view archives go to: >> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe >> Only members subscribed via the mailman list are allowed to post. > > -- Markus Läll -------------- next part -------------- An HTML attachment was scrubbed... URL: From john at confengine.com Thu Nov 14 02:00:51 2024 From: john at confengine.com (John Sinclair) Date: Thu, 14 Nov 2024 02:00:51 +0000 Subject: [Haskell-cafe] [3 days to go!] Functional Conf 2025 - Call for Proposals closes 17 November Message-ID: The Functional Conf 2025 Call for Proposals closes on Sunday. This is a golden opportunity to share your insights and innovative applications of Haskell with a vibrant community of like-minded individuals. Whether you have tackled a tricky problem using functional programming, developed a unique application, or have experiences that could enlighten your peers, we want to hear from you! We're open to all topics related to functional programming. Submit your proposal today and help shape the future of functional programming! https://confengine.com/conferences/functional-conf-2025/proposals Submission deadline: 17 November 2024 at 11:59pm IST Functional Conf is an online event running 24-25 January 2025. Learn more about the conference: https://functionalconf.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From zubin at well-typed.com Fri Nov 15 11:11:11 2024 From: zubin at well-typed.com (Zubin Duggal) Date: Fri, 15 Nov 2024 16:41:11 +0530 Subject: [Haskell-cafe] [ANNOUNCE] GHC 9.12.1-alpha3 is now available Message-ID: The GHC developers are very pleased to announce the availability of the third alpha release of GHC 9.12.1. Binary distributions, source distributions, and documentation are available at [downloads.haskell.org][]. We hope to have this release available via ghcup shortly. GHC 9.12 will bring a number of new features and improvements, including: * The new language extension [OrPatterns] allowing you to combine multiple pattern clauses into one. * The [MultilineStrings] language extension to allow you to more easily write strings spanning multiple lines in your source code. * Improvements to the OverloadedRecordDot extension, allowing the built-in `HasField` class to be used for records with fields of non lifted representations. * The [NamedDefaults] language extension has been introduced allowing you to define defaults for typeclasses other than `Num`. * More deterministic object code output, controlled by the `-fobject-determinism` flag, which improves determinism of builds a lot (though does not fully do so) at the cost of some compiler performance (1-2%). See #12935 for the details * GHC now accepts type syntax in expressions as part of [GHC Proposal #281]. * The WASM backend now has support for TemplateHaskell. * ... and many more A full accounting of changes can be found in the [release notes][]. As always, GHC's release status, including planned future releases, can be found on the GHC Wiki [status][]. We would like to thank GitHub, IOG, the Zw3rk stake pool, Well-Typed, Tweag I/O, Serokell, Equinix, SimSpace, the Haskell Foundation, and other anonymous contributors whose on-going financial and in-kind support has facilitated GHC maintenance and release management over the years. Finally, this release would not have been possible without the hundreds of open-source contributors whose work comprise this release. As always, do give this release a try and open a [ticket][] if you see anything amiss. [release notes]: https://downloads.haskell.org/ghc/9.12.1-alpha3/docs/users_guide/9.12.1-notes.html [status]: https://gitlab.haskell.org/ghc/ghc/-/wikis/GHC-status [downloads.haskell.org]: https://downloads.haskell.org/ghc/9.12.1-alpha3 [ticket]: https://gitlab.haskell.org/ghc/ghc/-/issues/new [OrPatterns]: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0522-or-patterns.rst [MultilineStrings]: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0569-multiline-strings.rst [GHC Proposal #281]: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0281-visible-forall.rst [NamedDefaults]: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0409-exportable-named-default.rst Cheers, Zubin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: From P.Achten at cs.ru.nl Fri Nov 15 14:12:48 2024 From: P.Achten at cs.ru.nl (Peter Achten) Date: Fri, 15 Nov 2024 15:12:48 +0100 Subject: [Haskell-cafe] [TFP 2025 3rd Call for Papers] 25th International Symposium on Trends in Functional Programming (Oxford, UK) Message-ID: # TFP 2025 - 3rd Call for Papers (trendsfp.github.io) 26th International Symposium on Trends in Functional Programming 14-16 January 2025, Oxford, UK ## Important Dates Submission deadline (pre-symposium, full papers): Wed 13th Nov 2024 (AOE) Notification (pre-symposium, full papers): Wed 11th Dec 2024 Submission deadline (pre-symposium draft papers): Wed 11th Dec 2024 (AOE) Notification (pre-symposium draft papers): Mon 16th Dec 2024 Submission deadline (post-symposium review): Wed 19th Feb 2025 (AOE) Notification (post-symposium submissions): Wed 26th Mar 2025 The Symposium on Trends in Functional Programming (TFP) is an international forum for researchers with interests in all aspects of functional programming, taking a broad view of current and future trends in the area. It aspires to be a lively environment for presenting the latest research results, and other contributions. This year, TFP will take place in-person at the University of Oxford, UK. It is co-located with the Trends in Functional Programming in Education (TFPiE) workshop, which will take on the day before the main symposium. Please be aware that TFP has several submission deadlines. The first, 13th November, is for authors who wish to have their full paper reviewed prior to the symposium. Papers that are accepted in this way must also be presented at the symposium. The second, 11th December, is for authors who wish to present their work or work-in-progress at the symposium first without submitting to the full review process for publication. These authors can then take into account feedback received at the symposium and submit a full paper for review by the third deadline, 19th February. ## Scope The symposium recognizes that new trends may arise through various routes. As part of the Symposium's focus on trends we therefore identify the following five paper categories. High-quality submissions are solicited in any of these categories: * Research Papers: Leading-edge, previously unpublished research work * Position Papers: On what new trends should or should not be * Project Papers: Descriptions of recently started new projects * Evaluation Papers: What lessons can be drawn from a finished project * Overview Papers: Summarizing work with respect to a trendy subject Papers must be original and not simultaneously submitted for publication to any other forum. They may consider any aspect of functional programming: theoretical, implementation-oriented, or experience-oriented. Applications of functional programming techniques to other languages are also within the scope of the symposium. Topics suitable for the symposium include, but are not limited to: * Functional programming and multicore/manycore computing * Functional programming in the cloud * High performance functional computing * Extra-functional (behavioural) properties of functional programs * Dependently typed functional programming * Validation and verification of functional programs * Debugging and profiling for functional languages * Functional programming in different application areas: security, mobility, telecommunications applications, embedded systems, global computing, grids, etc. * Interoperability with imperative programming languages * Novel memory management techniques * Program analysis and transformation techniques * Empirical performance studies * Abstract/virtual machines and compilers for functional languages * (Embedded) domain specific languages * New implementation strategies * Any new emerging trend in the functional programming area If you are in doubt on whether your paper is within the scope of TFP, please contact the programme chair, Jeremy Gibbons. ## Best Paper Awards TFP awards two prizes for the best papers each year. First, to reward excellent contributions, TFP awards a prize for the best overall paper accepted for the post-conference formal proceedings. Second, each year TFP also awards a prize for the best student paper. TFP traditionally pays special attention to research students, acknowledging that students are almost by definition part of new subject trends. A student paper is one for which the authors state that the paper is mainly the work of students, the students are the paper's first authors, and a student would present the paper. In both cases, it is the PC of TFP that awards the prize. In case the best paper happens to be a student paper, then that paper will receive both prizes. ## Instructions to Authors Submission is via EquinOCS (https://equinocs.springernature.com/service/tfp2025). Please observe that it is temporarily closed while we deal with pre-symposium full paper submissions, it will reopening on 2nd December. Authors of papers have the choice of having their contributions formally reviewed either before or after the Symposium. Further, pre-symposium submissions may either be full (earlier deadline) or draft papers (later deadline). ## Pre-symposium formal review Papers to be formally reviewed before the symposium should be submitted before the early deadline and will receive their reviews and notification of acceptance for both presentation and publication before the symposium. A paper that has been rejected for publication but accepted for presentation may be revised and resubmitted for the post-symposium formal review. ## Post-symposium formal review Draft papers will receive minimal reviews and notification of acceptance for presentation at the symposium. Authors of draft papers will be invited to submit revised papers based on the feedback received at the symposium. A post-symposium refereeing process will then select a subset of these papers for formal publication. ## Paper categories Draft papers and papers submitted for formal review are submitted as extended abstracts (4 to 10 pages in length) or full papers (up to 20 pages). The submission must clearly indicate which category it belongs to: research, position, project, evaluation, or overview paper. It should also indicate which authors are research students, and whether the main author(s) are students. A draft paper for which all authors are students will receive additional feedback by one of the PC members shortly after the symposium has taken place. ## Format Papers must be written in English, and written using the LNCS style. For more information about formatting please consult the Springer LNCS Guidelines web site (https://www.springer.com/gp/computer-science/lncs/conference-proceedings-guidelines). ## Organizing Committee Jeremy Gibbons University of Oxford, UK Programme Chair Jason Hemann Seton Hall University, US Conference Chair Peter Achten Radboud University Nijmegen, NL Publicity Chair Marco T. Morazán Seton Hall University, US Steering Committee Chair ## Programme Committee Peter Achten Radboud University Nijmegen, NL Edwin Brady University of St Andrews, UK Laura Castro University of A Coruña, ES Youyou Cong Tokyo Institute of Technology, JP Paul Downen University of Massachusetts Lowell, US João Paulo Fernandes University of Coimbra, PT Ben Greenman University of Utah, US Jurriaan Hage Heriot-Watt University, UK Jason Hemann Seton Hall University, US Zhenjiang Hu Peking University, CN Hans-Wolfgang Loidl Heriot-Watt University, UK Kazutaka Matsuda Tohoku University, JP Zoe Paraskevopoulou Ethereum Foundation, US Alejandro Serrano 47 Degrees, ES Nick Smallbone Chalmers University, SE Alley Stoughton Boston University, US Wouter Swierstra Utrecht University, NL Niki Vazou IMDEA Software Institute, ES Marcos Viera Universidad de la República, UY Viktória Zsók Eötvös Loránd University of Sciences, HU -------------- next part -------------- An HTML attachment was scrubbed... URL: