咨询与建议

限定检索结果

文献类型

  • 13 篇 会议
  • 6 篇 期刊文献

馆藏范围

  • 19 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 19 篇 工学
    • 15 篇 软件工程
    • 12 篇 计算机科学与技术...
    • 1 篇 材料科学与工程(可...
    • 1 篇 电气工程

主题

  • 19 篇 datatype-generic...
  • 5 篇 haskell
  • 3 篇 dependent types
  • 2 篇 scrap your boile...
  • 2 篇 functors
  • 2 篇 equirecursive ty...
  • 2 篇 partial evaluati...
  • 2 篇 dependently type...
  • 2 篇 tactics
  • 2 篇 optimization
  • 2 篇 inductive famili...
  • 2 篇 meta-programming
  • 1 篇 performance
  • 1 篇 compilers
  • 1 篇 kind polymorphis...
  • 1 篇 modularization a...
  • 1 篇 universe polymor...
  • 1 篇 agda
  • 1 篇 combinators
  • 1 篇 polytypic progra...

机构

  • 4 篇 univ utrecht dep...
  • 2 篇 univ tubingen tu...
  • 2 篇 univ oxford dept...
  • 2 篇 univ kansas info...
  • 2 篇 katholieke univ ...
  • 1 篇 seoul natl univ ...
  • 1 篇 univ oxford oxfo...
  • 1 篇 univ tokyo grad ...
  • 1 篇 radboud univ nij...
  • 1 篇 univ gothenburg ...
  • 1 篇 st petersburg st...
  • 1 篇 univ illinois de...
  • 1 篇 hankyong natl un...
  • 1 篇 univ utrecht nl-...
  • 1 篇 univ oxford comp...
  • 1 篇 univ oxford dept...
  • 1 篇 department of co...
  • 1 篇 univ utah sch co...
  • 1 篇 univ illinois de...
  • 1 篇 chalmers univ te...

作者

  • 4 篇 magalhaes jose p...
  • 3 篇 oliveira bruno c...
  • 3 篇 jeuring johan
  • 2 篇 cai yufei
  • 2 篇 loh andres
  • 2 篇 devriese dominiq...
  • 2 篇 piessens frank
  • 2 篇 farmer andrew
  • 2 篇 ko hsiang-shang
  • 2 篇 rodriguez alexey
  • 2 篇 gibbons jeremy
  • 2 篇 giarrusso paolo ...
  • 2 篇 ostermann klaus
  • 2 篇 adams michael d.
  • 1 篇 gerdes alex
  • 1 篇 jansson patrik
  • 1 篇 kiselyov oleg
  • 1 篇 van steenbergen ...
  • 1 篇 yi kwangkeun
  • 1 篇 van noort thomas

语言

  • 17 篇 英文
  • 2 篇 其他
检索条件"主题词=datatype-generic programming"
19 条 记 录,以下是11-20 订阅
排序:
A Lightweight Approach to datatype-generic Rewriting
A Lightweight Approach to Datatype-Generic Rewriting
收藏 引用
ACM SIGPLAN Workshop on generic programming
作者: van Noort, Thomas Rodriguez, Alexey Holdermans, Stefan Jeuring, Johan Heeren, Bastiaan Radboud Univ Nijmegen Inst Comp & Informat Sci NL-6500 GL Nijmegen Netherlands
Previous implementations Of generic rewriting libraries have a number of limitations: they require the user to either adapt the datatype on which rewriting is applied, or the rewriting rules are specified as functions... 详细信息
来源: 评论
Optimizing SYB Is Easy!  14
Optimizing SYB Is Easy!
收藏 引用
ACM SIGPLAN Workshop on Partial Evaluation and Program Manipulation (PEPM)
作者: Adams, Michael D. Farmer, Andrew Magalhaes, Jose Pedro Univ Illinois Dept Comp Sci Champaign IL 61820 USA Univ Kansas Informat & Telecommun Technol Ctr Lawrence KS 66045 USA Univ Oxford Dept Comp Sci Oxford England
The most widely used generic-programming system in the Haskell community, Scrap Your Boilerplate (SYB), also happens to be one of the slowest. generic traversals in SYB are often an order of magnitude slower than equi... 详细信息
来源: 评论
Type-Safe Diff for Families of datatypes
Type-Safe Diff for Families of Datatypes
收藏 引用
ACM SIGPLAN Workshop on generic programming
作者: Lempsink, Eelco Leather, Sean Loh, Andres Univ Utrecht Dept Informat & Comp Sci NL-3508 TB Utrecht Netherlands
The UNIX diff program finds the difference between two text files using a classic algorithm for determining the longest common subsequence;however, when working with structured input (e.g. program code), we often want... 详细信息
来源: 评论
generic Storage in Haskell
Generic Storage in Haskell
收藏 引用
6th ACM SIGPLAN Workshop on generic programming
作者: Visser, Sebastiaan Loh, Andres Univ Utrecht Dept Informat & Comp Sci NL-3508 TB Utrecht Netherlands
We present a framework for constructing functional data structures that can be stored on disk. The data structures reside in a heap saved in a binary file. Operations read and write only the parts of the data structur... 详细信息
来源: 评论
Modularising Inductive Families
Modularising Inductive Families
收藏 引用
7th ACM SIGPLAN Workshop on generic programming (WGP 2011)
作者: Ko, Hsiang-Shang Gibbons, Jeremy Univ Oxford Dept Comp Sci Oxford OX1 2JD England
Dependently typed programmers are encouraged to use inductive families to integrate constraints with data construction. Different constraints are used in different contexts, leading to different versions of datatypes ... 详细信息
来源: 评论
generic Selections of Subexpressions
Generic Selections of Subexpressions
收藏 引用
6th ACM SIGPLAN Workshop on generic programming
作者: van Steenbergen, Martijn Magalhaes, Jose Pedro Jeuring, Johan Univ Utrecht Dept Informat & Comp Sci NL-3508 TB Utrecht Netherlands
Tools for computer languages need position information: compilers for providing better error messages, structure editors for mapping between structural and textual views, and debuggers for navigating through a term, f... 详细信息
来源: 评论
Functional Modelling of Musical Harmony An experience report  11
Functional Modelling of Musical Harmony An experience report
收藏 引用
16th ACM SIGPLAN International Conference on Functional programming (ICFP 11)
作者: Magalhaes, Jose Pedro de Haas, W. Bas Univ Utrecht Dept Informat & Comp Sci NL-3508 TB Utrecht Netherlands
Music theory has been essential in composing and performing music for centuries. Within Western tonal music, from the early Baroque on to modern-day jazz and pop music, the function of chords within a chord sequence c... 详细信息
来源: 评论
GMETA: A generic Formal Metatheory Framework for First-Order Representations
GMETA: A Generic Formal Metatheory Framework for First-Order...
收藏 引用
21st European Symposium on programming (ESOP) held as Part of the 15th European Joint Conferences on Theory and Practice of Software (ETAPS)
作者: Lee, Gyesik Oliveira, Bruno C. D. S. Cho, Sungkeun Yi, Kwangkeun Hankyong Natl Univ Ausung city South Korea Seoul Natl Univ ROSAEC Ctr Seoul 151 South Korea
This paper presents GMETA: a generic framework for first-order representations of variable binding that provides once and for all many of the so-called infrastructure lemmas and definitions required in mechanizations ... 详细信息
来源: 评论
Scala for generic Programmers
Scala for Generic Programmers
收藏 引用
ACM SIGPLAN Workshop on generic programming
作者: Oliveira, Bruno C. d. S. Gibbons, Jeremy Univ Oxford Comp Lab Oxford OX1 3QD England
datatype-generic programming involves parametrization by the shape of data, in the form of type constructors such as 'list of'. Most approaches to datatype-generic programming are developed in the lazy functio... 详细信息
来源: 评论