On Wed, Aug 28, 2019 at 9:58 AM Štěpán Němec wrote:
>
> On Wed, 28 Aug 2019 09:23:03 -0400
> Jon Zeppieri wrote:
>
> [...]
>
> >> Does that mean that for higher-order function parameters, inst expects
> >> only the return type signature, not that of the function itself?
> >
> > The main point
On Wed, 28 Aug 2019 09:23:03 -0400
Jon Zeppieri wrote:
[...]
>> Does that mean that for higher-order function parameters, inst expects
>> only the return type signature, not that of the function itself?
>
> The main point here is that `inst` needs substitutions for the type
> _variables_, not
On Wed, Aug 28, 2019 at 5:59 AM Štěpán Němec wrote:
>
> On Thu, 22 Aug 2019 16:40:03 -0400
> Jon Zeppieri wrote:
>
> > (curry (inst map (U Complex False) String)
> > string->number)
> >
> > ... typechecks, but in your expression, you're going to need to handle
> > the possibility that
On Thu, 22 Aug 2019 16:40:03 -0400
Jon Zeppieri wrote:
> (curry (inst map (U Complex False) String)
> string->number)
>
> ... typechecks, but in your expression, you're going to need to handle
> the possibility that the pattern variables in `list-rest` pattern are
> #f.
Many thanks for
(curry (inst map (U Complex False) String)
string->number)
... typechecks, but in your expression, you're going to need to handle
the possibility that the pattern variables in `list-rest` pattern are
#f.
- Jon
On Thu, Aug 22, 2019 at 4:15 PM Štěpán Němec wrote:
>
>
> I have a hard
5 matches
Mail list logo