咨询与建议

限定检索结果

文献类型

  • 9 篇 期刊文献
  • 4 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 12 篇 工学
    • 10 篇 计算机科学与技术...
    • 8 篇 软件工程
    • 1 篇 控制科学与工程
    • 1 篇 交通运输工程
    • 1 篇 安全科学与工程
  • 2 篇 管理学
    • 2 篇 管理科学与工程(可...
  • 1 篇 理学
    • 1 篇 数学

主题

  • 13 篇 polymorphic recu...
  • 4 篇 type inference
  • 3 篇 languages
  • 3 篇 algorithms
  • 2 篇 java
  • 2 篇 theory
  • 2 篇 principal typing...
  • 2 篇 parametric polym...
  • 1 篇 finitary polymor...
  • 1 篇 experimentation
  • 1 篇 performance
  • 1 篇 compilers
  • 1 篇 bytecode
  • 1 篇 closed-world ass...
  • 1 篇 examples
  • 1 篇 types
  • 1 篇 non-uniform data...
  • 1 篇 type analysis
  • 1 篇 reflection
  • 1 篇 generics

机构

  • 2 篇 univ turin dipar...
  • 1 篇 tech univ munich...
  • 1 篇 teborg
  • 1 篇 rice univ housto...
  • 1 篇 aarhus universit...
  • 1 篇 cnrs lirmm f-757...
  • 1 篇 cortus montpelli...
  • 1 篇 katholieke unive...
  • 1 篇 univ munich ctr ...
  • 1 篇 university of tü...
  • 1 篇 univ oxford comp...
  • 1 篇 univ montpellier...
  • 1 篇 carnegie mellon ...
  • 1 篇 oxford brookes u...
  • 1 篇 boston univ dept...
  • 1 篇 univ warsaw inst...
  • 1 篇 department of co...

作者

  • 1 篇 simon axel
  • 1 篇 martin c
  • 1 篇 sallenave olivie...
  • 1 篇 rittri m
  • 1 篇 damiani f
  • 1 篇 stoler b
  • 1 篇 allen e
  • 1 篇 tom schrijvers
  • 1 篇 damiani ferrucci...
  • 1 篇 gibbons j
  • 1 篇 urzyczyn p
  • 1 篇 robert o'callaha...
  • 1 篇 maurice bruynoog...
  • 1 篇 leiss h
  • 1 篇 ducournau roland
  • 1 篇 hallett j. j.
  • 1 篇 brachthäuser jon...
  • 1 篇 lutze matthew
  • 1 篇 schuster philipp
  • 1 篇 cartwright r

语言

  • 11 篇 英文
  • 2 篇 其他
检索条件"主题词=polymorphic recursion"
13 条 记 录,以下是1-10 订阅
排序:
Extending the type checker of Standard ML by polymorphic recursion
收藏 引用
THEORETICAL COMPUTER SCIENCE 1999年 第1-2期212卷 157-181页
作者: Emms, M Leiss, H Univ Munich Ctr Informat & Sprachverarbeitung D-80538 Munich Germany
We describe an extension of the type inference of Standard ML that covers polymorphic recursion. For any term t of SML, a type scheme tau and a system L of inequations between (simple) types is computed, such that the... 详细信息
来源: 评论
TYPE RECONSTRUCTION IN THE PRESENCE OF polymorphic recursion
收藏 引用
ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS 1993年 第2期15卷 290-311页
作者: KFOURY, AJ TIURYN, J URZYCZYN, P UNIV WARSAW INST MATHPL-00325 WARSAWPOLAND
We study the problem of type-checking functional programs in three extensions of ML. One distinguishing feature of these extensions is that they allow recursive definitions to be polymorphically typed. Although the mo... 详细信息
来源: 评论
Programming Examples Needing polymorphic recursion
收藏 引用
ELECTRONIC NOTES IN THEORETICAL COMPUTER SCIENCE 2005年 136卷 57-102页
作者: Hallett, J. J. Kfoury, A. J. Boston Univ Dept Comp Sci Boston MA 02215 USA
Inferring types for polymorphic recursive function definitions (abbreviated to polymorphic recursion) is a recurring topic on the mailing lists of popular typed programming languages. This is despite the fact that typ... 详细信息
来源: 评论
The Simple Essence of Monomorphization
收藏 引用
Proceedings of the ACM on Programming Languages 2025年 第OOPSLA1期9卷 1015-1041页
作者: Lutze, Matthew Schuster, Philipp Brachthäuser, Jonathan Immanuel Aarhus University Denmark University of Tübingen Germany
Monomorphization is a common implementation technique for parametric type-polymorphism, which avoids the potential runtime overhead of uniform representations at the cost of code duplication. While important as a folk... 详细信息
来源: 评论
SEMIUNIFICATION OF 2 TERMS IN ABELIAN-GROUPS
收藏 引用
INFORMATION PROCESSING LETTERS 1994年 第2期52卷 61-68页
作者: RITTRI, M Department of Computing Science Chalmers University of Technology S-412 96 G&ouml teborg Sweden
A substitution sigma AG-semi-unifies the inequation s less than or equal to(AG)(?) t iff there is another substitution rho such that rho(sigma(s)) =(AG) sigma(t), where =(AG) is equality in Abelian groups. We give an ... 详细信息
来源: 评论
Rank 2 intersection for recursive definitions
收藏 引用
FUNDAMENTA INFORMATICAE 2007年 第4期77卷 451-488页
作者: Damiani, Ferruccio Univ Turin Dipartimento Informat I-10149 Turin Italy
Let proves be an intersection type system. We say that a term is proves-simple (or just simple when the system proves is clear from the context) if system proves can prove that it has a simple type. In this paper we p... 详细信息
来源: 评论
Rank 2 intersection types for local definitions and conditional expressions
收藏 引用
ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS 2003年 第4期25卷 401-451页
作者: Damiani, F Univ Turin Dipartimento Informat I-10149 Turin Italy
We propose a rank 2 intersection type system with new typing rules for local definitions (let-expressions and letrec-expressions) and conditional expressions (if-expressions and match-expressions). This is a further s... 详细信息
来源: 评论
Deriving a complete type inference for Hindley-Milner and vector sizes using expansion
收藏 引用
SCIENCE OF COMPUTER PROGRAMMING 2014年 第Part2期95卷 254-271页
作者: Simon, Axel Tech Univ Munich Garching Germany
Type inference and program analysis both infer static properties about a program. Yet, they are constructed using very different techniques. We reconcile both approaches by deriving a type inference from a denotationa... 详细信息
来源: 评论
Disciplined, efficient, generalised folds for nested datatypes
收藏 引用
FORMAL ASPECTS OF COMPUTING 2004年 第1期16卷 19-35页
作者: Martin, C Gibbons, J Bayley, I Oxford Brookes Univ Sch Comp & Math Sci Oxford OX33 1HX England Univ Oxford Comp Lab Oxford OX1 3QD England
Nested (or non-uniform, or non-regular) datatypes have recursive definitions in which the type parameter changes. Their folds are restricted in power due to type constraints. Bird and Paterson introduced generalised f... 详细信息
来源: 评论
Efficient implementation of run-time generic types for Java
收藏 引用
IFIP TC2/WG 2 1 Working Conference on Generic Programming
作者: Allen, E Cartwright, R Stoler, B Rice Univ Houston TX 77005 USA
We describe an efficient compiler and run-time system for NEXTGEN, a compatible extension of the Java programming language supporting run-time generic types designed by Cartwright and Steele. The resulting system is c... 详细信息
来源: 评论