… of hidden-lambda insertion-Restricting implicit arguments for increased predictability of type checking in a functional programming language with depending types

M Johansson, J Lloyd - 2015 - odr.chalmers.se
implicit arguments, allows a user to omit arguments which can be inferred by their relation to
other arguments… of problems with the way implicit arguments are currently handled by Agda’…

Explicit and implicit parallel functional programming: Concepts and implementation

J Berthold - 2010 - archiv.ub.uni-marburg.de
… implementations which we present underline that functional languages provide a suitable
abstraction level to reason about parallel programming and to circumvent its complexity. …

Simplicitly: Foundations and applications of implicit function types

M Odersky, O Blanvillain, F Liu, A Biboudis… - … ACM on Programming …, 2017 - dl.acm.org
… Scala offers implicit parameters which are used pervasively, … generalization of implicit
parameters to implicit function types, … Functional programming has a more straightforward answer: …

Implicit Parameters for Logic Programming

M Madsen, O Lhoták - … and Practice of Declarative Programming, 2018 - dl.acm.org
… The extension of object-oriented and functional programming languages with implicit
parameters have borne rich fruit, and we hope to spur similar developments for logic …

Attribute grammars as a functional programming paradigm

T Johnsson - … on Functional Programming Languages and Computer …, 1987 - Springer
… For this purpose we now define a function F, which takes as arguments the tree to be … In
our scheme this order is implicitly determined by the lazy evaluator at runtime. The order is …

[PDF][PDF] Programming with Implicit Values, Functions, and Control

J BRACHTHÄUSER, D Leijen - Microsoft Research, 2019 - microsoft.com
… To motivate the use of implicit values (or parameters), we start with an example of the
canonical paper on implicit parameters by Lewis, Launchbury, Meijer, and Shields (2000). We …

The role of implicit conversions in erroneous function argument swapping in C++

R Szalay, A Sinkovics… - 2020 IEEE 20th …, 2020 - ieeexplore.ieee.org
function’s development. The main additional contribution is that we also consider potential
implicit conversions from one parameter’… to obtain results on how function interfaces might be …

System description: Delphin–a functional programming language for deductive systems

A Poswolsky, C Schürmann - Electronic Notes in Theoretical Computer …, 2009 - Elsevier
… to make pattern variables and implicit arguments explicit. … argument to convert is a parameter
function. We supply it with an empty function “fn .”, which is appropriate as no parameters

The implicit calculus of constructions as a programming language with dependent types

B Barras, B Bernardo - … of Software Science and Computational Structures …, 2008 - Springer
… We define inductively (see Fig.2) an extraction function M ↦→ M … This function removes
the static information: domains of abstractions, implicit arguments and implicit abstractions. …

Conception, evolution, and application of functional programming languages

P Hudak - ACM Computing Surveys (CSUR), 1989 - dl.acm.org
… the implicit store will contain the desired result. In contrast, declarative languages are
characterized as having no implicit … Note that the function fun is passed as an argument to mapcar. …