prbnmcn-basic-structures
Base package for prbnmcn-* packages
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package prbnmcn-basic-structures
-
prbnmcn-basic-structures
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library prbnmcn-basic-structures
let*! x = m in f
uses the target language binding construct to bind x
to m
and passes x to the continuation f
.
In contrast to let* x = return m in f
, this has the effect of not duplicating m
at each use site.
ON THIS PAGE
No table of contents