Proceedings of the Ninth ACM SIGPLAN International Conference on Functional Programming 2004
DOI: 10.1145/1016850.1016861
|View full text |Cite
|
Sign up to set email alerts
|

Relating models of backtracking

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
15
0

Year Published

2005
2005
2012
2012

Publication Types

Select...
5
2
1

Relationship

0
8

Authors

Journals

citations
Cited by 21 publications
(15 citation statements)
references
References 14 publications
0
15
0
Order By: Relevance
“…• or an advanced feature relative to delimiting the continuation of the call to f, which actually is at the root of the functional approach to backtracking [1,64,69,258,315,350,363], an approach that is currently enjoying a renewal of interest [46,122,125,218,238,335,374] and is illustrated in Section 1.6.…”
Section: Beyond Cps Yes But How Much Really?mentioning
confidence: 99%
“…• or an advanced feature relative to delimiting the continuation of the call to f, which actually is at the root of the functional approach to backtracking [1,64,69,258,315,350,363], an approach that is currently enjoying a renewal of interest [46,122,125,218,238,335,374] and is illustrated in Section 1.6.…”
Section: Beyond Cps Yes But How Much Really?mentioning
confidence: 99%
“…A well-known model for Prolog-style backtracking is the two-continuation model [23,24]. Although this model requires multi-shot continuations, it is not difficult to adapt it to coroutines that are equivalent to one-shot continuations [25,6].…”
Section: Goal-oriented Programmingmentioning
confidence: 99%
“…More precisely, if the trees are finite, then exploring them fully (by applying explore None) yields identical results. For infinite trees, which too can be represented by the type 'a pV, characterizing equivalence is trickier [49].…”
Section: Search-tree Monadmentioning
confidence: 99%