Search

Search Funnelback University

Search powered by Funnelback
41 - 60 of 75 search results for news
  1. Fully-matching results

  2. Frex: dependently-typed algebraic simplification

    https://www.cl.cam.ac.uk/~jdy22/papers/frex-dependently-typed-algebraic-simplification.pdf
    18 Jun 2024: Cleanly separating between theinterface and implementation of simplification modules provides two new modularity axes. ... The suite shares infrastructure code, and the separationbetween interface and implementation allows library designers and users to
  3. flap: A Deterministic Parser with Fused Lexing

    https://www.cl.cam.ac.uk/~jdy22/papers/flap-a-deterministic-parser-with-fused-lexing.pdf
    18 Jun 2024: The fused result consists of three parts. First, we replace each production = C = with a new. ... and lexing continues with the new longest match :′.The M function has two arguments: an action :, and a remainder string AB.
  4. Generating Mutually Recursive Definitions

    https://www.cl.cam.ac.uk/~jdy22/papers/generating-mutually-recursive-definitions-short-paper.pdf
    18 Jun 2024: With this new mrfix but the same sevodf from Section 4 weare able to generate the specialized even 1 n code, with fourmutually recursive definitions. ... ACM, New York, NY, USA, 85–96. https://doi.org/10.1145/2847538.2847546. Jeremy Yallop. 2017.
  5. Data Protection Statement How we use your personal information- ...

    https://www.queens.cam.ac.uk/files/dps_-_alumni_-_march_2024_1_0.pdf
    18 Jun 2024: Communications If you are a new contact for our Alumni & Development Office, we will use the contact information provided through CamSIS (University of Cambridge). ... your public social media profile(s), Queen’s Honours List, Companies House, high
  6. Partially-Static Data as Free Extension of Algebras

    https://www.cl.cam.ac.uk/~jdy22/papers/partially-static-data-as-free-extension-of-algebras.pdf
    18 Jun 2024: We introduce a new tree constructor, with an unordered bag of n children:. ... Jx mappend "abcdef" mappend yK. 3.5.2 Creating New Instances to Use with frex.
  7. let (rec) insertion without effects, lights or magic

    https://www.cl.cam.ac.uk/~jdy22/papers/let-rec-insertion-without-effects-lights-or-magic.pdf
    18 Jun 2024: In. Proceedings of the 1992 ACM Conference on LISP and Functional Programming,LFP ’92, pages 1–10, New York, NY, USA, 1992. ... In Proceedingsof the 1994 ACM Conference on LISP and Functional Programming, LFP ’94, pages227–238, New York, NY, USA,
  8. MacoCaml: Staging Composable and Compilable Macros

    https://www.cl.cam.ac.uk/~jdy22/papers/macocaml-staging-composable-and-compilable-macros.pdf
    18 Jun 2024: We introduce MacoCaml, a new design and implementation of compile-time code generation for the OCaml.
  9. A right-to-left type system for value recursion

    https://www.cl.cam.ac.uk/~jdy22/papers/a-right-to-left-type-system-for-value-recursion.pdf
    18 Jun 2024: While we believe that the check as originally defined was correct, itproved fragile and hard to extend to the interaction of new languagefeatures with recursive definitions. ... 5 Closing remarksWe have presented a new static analysis for recursive value
  10. Staged Generic Programming

    https://www.cl.cam.ac.uk/~jdy22/papers/staged-generic-programming.pdf
    18 Jun 2024: val new_mapȷ unit 'a map ref. val lookupȷ {TȷTYPEABLE} 'a map ˘T.t 'a option. ... Staged Generic Programming 29:13. 1 let gfixQ f =. 2 let m = new_map ˘ in.
  11. Safe and efficient generic functions with MacoCaml Dmitrij…

    https://www.cl.cam.ac.uk/~jdy22/papers/safe-and-efficient-generic-functions-with-macocaml.pdf
    18 Jun 2024: A new approach: generic macros in MacoCamlMacoCaml, an extension of OCaml that we are developing, sup-. ... Generic functions in OCaml: two approaches. A new approach: generic macros in MacoCaml.
  12. Frex: indexing modulo equations with free extensions

    https://www.cl.cam.ac.uk/~jdy22/papers/frex-indexing-modulo-equations-with-free-extensions.pdf
    18 Jun 2024: InProceedings of the 19th ACM SIGPLAN International Conference onFunctional Programming, ICFP ’14, page 297–309, New York, NY, USA,2014. ... In Proceedings of the 10th ACM SIGPLAN Workshopon Generic Programming, WGP ’14, page 15–24, New York, NY,
  13. let (rec) insertion without Effects, Lights or Magic

    https://www.cl.cam.ac.uk/~jdy22/papers/let-rec-insertion-without-effects-lights-or-magic-pepm.pdf
    18 Jun 2024: e will eventually be bound; that fresh name is accompanied by the new virtual binding ofthat name to the result of e. ... The MITPress, New York, NY, 1990. [NN92] Flemming Nielson and Hanne Riis Nielson.
  14. Declarative foreign function binding throughgeneric programming…

    https://www.cl.cam.ac.uk/~jdy22/papers/declarative-foreign-function-binding-through-generic-programming.pdf
    18 Jun 2024: Generating OCaml The second new FOREIGN implementation, GenerateML, gen-erates an OCaml wrapper for ctypes_gettimeofday. ... A lightweight implementation of generics anddynamics. Haskell ’02, pages 90–104, New York, NY, USA, 2002.
  15. 2024_EPRG_H2_Demand

    https://www.jbs.cam.ac.uk/wp-content/uploads/2024/06/eprg-2024_EPRG_H2_Demand-Svetlana-Ikonnikova.pdf
    18 Jun 2024:  More ambitious standards have been set for new cars and vans in comparison to the 2021 CO2 targets:. ... New cars registered in the EU should have 55 % lower emissions (for vans 50 % lower) and by 2035 all.
  16. PowerPoint Presentation

    https://www.jbs.cam.ac.uk/wp-content/uploads/2024/06/eprg-20240516-EPRG-presentation-UPDATED-v2-Joe-Perkins.pptx
    18 Jun 2024: planning and consent challenges associated with new build; and. prevailing political and macroeconomic uncertainty may also hinder the level of investment required. ... 6. The approach currently taken to assessing the case for new transmission investment
  17. An idiom’s guide to formlets? Ezra Cooper, Sam Lindley, ...

    https://www.cl.cam.ac.uk/~jdy22/papers/idioms-guide.pdf
    18 Jun 2024: Besides these new operations, we must adjust the fundamental formlet operationsto support validation. ... We haveimplemented formlets in Links and shown that they can be cleanly extended tosupport new features such as validation.
  18. Partially static data as free extension of algebras

    https://www.cl.cam.ac.uk/~jdy22/papers/partially-static-data-as-free-extension-of-algebras-short-paper.pdf
    18 Jun 2024: validate, and replaces the uncer-tainty of designing a new data structure with the preciseactivity of implementing a specification. ... In Proceedings of the4th ACM International Conference on Embedded Software (EMSOFT ’04).ACM, New York, NY, USA,
  19. 1 Centre for Trophoblast Research Annual Meeting Emerging models ...

    https://www.trophoblast.cam.ac.uk/files/2024_annual_meeting_booklet_public_reduced.pdf
    18 Jun 2024: 1:30 - Irene Zorzan: New approaches to study the regulators of human trophoblast development. ... New Investigator Award, and the Shipley Foundation’s Program for Innovation in Stem Cell Science Award.
  20. Under consideration for publication in J. Functional Programming 1 ...

    https://www.cl.cam.ac.uk/~jdy22/papers/the-arrow-calculus.pdf
    18 Jun 2024: Hughes introduced a new constant, an arrow analogue of application,. app : (A ; B)A ; B. ... Information and computa-tion, 93(1), 55–92. Paterson, Ross. (2001). A new notation for arrows.
  21. MSFP 2008 Idioms are oblivious, arrows are meticulous,monads are ...

    https://www.cl.cam.ac.uk/~jdy22/papers/idioms-are-oblivious-arrows-are-meticulous-monads-are-promiscuous.pdf
    18 Jun 2024: In addition to the termsof λ1, there is one new term form: arrow abstraction λ•x. ... 55–92. [8] Paterson, R., A new notation for arrows, in: International Conference on Functional Programming(2001), pp.

Refine your results

Format

Search history

Recently clicked results

Recently clicked results

Your click history is empty.

Recent searches

Recent searches

Your search history is empty.