咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 11 篇 工学
    • 10 篇 软件工程
    • 5 篇 计算机科学与技术...
  • 1 篇 理学
    • 1 篇 数学
  • 1 篇 管理学
    • 1 篇 管理科学与工程(可...

主题

  • 12 篇 first-class poly...
  • 8 篇 type inference
  • 6 篇 system f
  • 4 篇 languages
  • 4 篇 design
  • 4 篇 theory
  • 3 篇 ml
  • 3 篇 mlf
  • 2 篇 second-order pol...
  • 2 篇 impredicative ty...
  • 2 篇 type annotations
  • 1 篇 type checking
  • 1 篇 constraints
  • 1 篇 constraint solvi...
  • 1 篇 polymorphism
  • 1 篇 subtyping

机构

  • 3 篇 microsoft resear...
  • 2 篇 alan turing inst...
  • 2 篇 univ edinburgh e...
  • 2 篇 lodz univ techno...
  • 1 篇 hkust peoples r ...
  • 1 篇 ecole polytech f...
  • 1 篇 inria paris rocq...
  • 1 篇 cnrs laas f-3107...
  • 1 篇 imperial coll lo...
  • 1 篇 inst natl rech i...
  • 1 篇 inria rocquencou...
  • 1 篇 hong kong univer...
  • 1 篇 univ toulouse up...
  • 1 篇 microsoft resear...
  • 1 篇 microsoft res ca...

作者

  • 5 篇 leijen daan
  • 2 篇 remy didier
  • 2 篇 emrich frank
  • 2 篇 stolarek jan
  • 2 篇 cheney james
  • 2 篇 lindley sam
  • 2 篇 le botlan didier
  • 1 篇 le botlan d
  • 1 篇 fan andong
  • 1 篇 parreaux lionel
  • 1 篇 lionel parreaux
  • 1 篇 coates jonathan
  • 1 篇 chau chun yin
  • 1 篇 boruch-gruszecki...
  • 1 篇 rémy d
  • 1 篇 cunyuan gao

语言

  • 9 篇 英文
  • 3 篇 其他
检索条件"主题词=First-class polymorphism"
12 条 记 录,以下是1-10 订阅
排序:
When Subtyping Constraints Liberate A Novel Type Inference Approach for first-class polymorphism
收藏 引用
PROCEEDINGS OF THE ACM ON PROGRAMMING LANGUAGES-PACMPL 2024年 第POPL期8卷 1418-1450页
作者: Parreaux, Lionel Boruch-Gruszecki, Aleksander Fan, Andong Chau, Chun Yin HKUST Hong Kong Peoples R China Ecole Polytech Fed Lausanne Lausanne Switzerland
Type inference in the presence of first-class or "impredicative" second-order polymorphism a la System F has been an active research area for several decades, with original works dating back to the end of th... 详细信息
来源: 评论
FreezeML Complete and Easy Type Inference for first-class polymorphism  2020
FreezeML Complete and Easy Type Inference for First-Class Po...
收藏 引用
41st ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)
作者: Emrich, Frank Lindley, Sam Stolarek, Jan Cheney, James Coates, Jonathan Univ Edinburgh Edinburgh Midlothian Scotland Imperial Coll London London England Lodz Univ Technol Lodz Poland Alan Turing Inst London England
ML is remarkable in providing statically typed polymorphism without the programmer ever having to write any type annotations. The cost of this parsimony is that the programmer is limited to a form of polymorphism in w... 详细信息
来源: 评论
Constraint-Based Type Inference for FreezeML
收藏 引用
PROCEEDINGS OF THE ACM ON PROGRAMMING LANGUAGES-PACMPL 2022年 第ICFP期6卷 570–595页
作者: Emrich, Frank Stolarek, Jan Cheney, James Lindley, Sam Lodz Univ Technol Lodz Poland Alan Turing Inst London England Univ Edinburgh Edinburgh Midlothian Scotland
FreezeML is a new approach to first-class polymorphic type inference that employs term annotations to control when and how polymorphic types are instantiated and generalised. It conservatively extends Hindley-Milner t... 详细信息
来源: 评论
Seamless Scope-Safe Metaprogramming through Polymorphic Subtype Inference (Short Paper)  2024
Seamless Scope-Safe Metaprogramming through Polymorphic Subt...
收藏 引用
Proceedings of the 23rd ACM SIGPLAN International Conference on Generative Programming: Concepts and Experiences
作者: Cunyuan Gao Lionel Parreaux Hong Kong University of Science and Technology Hong Kong China
Practical metaprogramming applications often involve manipulating open code fragments, which is easy to get wrong in the absence of static verification that all variable occurrences remain correctly bound. Many approa... 详细信息
来源: 评论
MLF Raising ML to the Power of System F
收藏 引用
ACM SIGPLAN NOTICES 2014年 第4期49卷 52-63页
作者: Le Botlan, Didier Remy, Didier INRIA Rocquencourt F-78153 Le Chesnay France
We propose a type system MLF that generalizes ML with first-class polymorphism as in System F. Expressions may contain second-order type annotations. Every typable expression admits a principal type, which however dep... 详细信息
来源: 评论
Flexible Types Robust type inference for first-class polymorphism  09
Flexible Types Robust type inference for first-class polymor...
收藏 引用
36th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages
作者: Leijen, Daan Microsoft Research Redmond WA USA
We present HML, a type inference system that supports full first-class polymorphism where few annotations are needed: only function parameters with a polymorphic type need to be annotated. HML is a simplification of M... 详细信息
来源: 评论
HMF: Simple type inference for first-class polymorphism
收藏 引用
ACM SIGPLAN NOTICES 2008年 第9期43卷 283-293页
作者: Leijen, Daan Microsoft Res Cambridge England
HMF is a conservative extension of Hindley-Milner type inference with first-class polymorphism. In contrast to other proposals, HML uses regular System F types and has a simple type inference algorithm that is just a ... 详细信息
来源: 评论
HMF: Simple Type Inference for first-class polymorphism
HMF: Simple Type Inference for First-Class Polymorphism
收藏 引用
13th ACM SIGPLAN International Conference on Functional Programming
作者: Leijen, Daan Microsoft Research
HMF is a conservative extension of Hindley-Milner type inference with first-class polymorphism. In contrast to other proposals, HML uses regular System F types and has a simple type inference algorithm that is just a ... 详细信息
来源: 评论
Recasting MLF
收藏 引用
INFORMATION AND COMPUTATION 2009年 第6期207卷 726-785页
作者: Le Botlan, Didier Remy, Didier INRIA Paris Rocquencourt F-78153 Le Chesnay France CNRS LAAS F-31077 Toulouse France Univ Toulouse UPS INSA INPISAELAAS F-31077 Toulouse France
The language MLF is a proposal for a new type system that supersedes both ML and System F, allows for efficient, predictable, and complete type inference for partially annotated terms. In this work, we revisit the def... 详细信息
来源: 评论
A type directed translation of MLF to system F
收藏 引用
ACM SIGPLAN NOTICES 2007年 第9期42卷 111-122页
作者: Leijen, Daan Microsoft Research
The MLF type system by Le Botlan and Remy (2003) is a natural extension of Hindley-Milner type inference that supports full first-class polymorphism, where types can be of higher-rank and impredicatively instantiated.... 详细信息
来源: 评论