csci8980-f21/papers/scp
2020-08-19 21:54:32 +02:00
..
figures Moved sbmf/sbmf to papers/sbmf and copied over for scp 2019-07-01 17:48:01 +02:00
submission revision of scp paper 2020-03-04 19:16:18 -03:00
agda.sty Moved sbmf/sbmf to papers/sbmf and copied over for scp 2019-07-01 17:48:01 +02:00
conflicts.txt revision of scp paper 2020-03-04 19:16:18 -03:00
copyright.pdf Moved sbmf/sbmf to papers/sbmf and copied over for scp 2019-07-01 17:48:01 +02:00
credit-author-statement.txt revision of scp paper 2020-03-04 19:16:18 -03:00
declaration-of-competing-interests.docx revision of scp paper 2020-03-04 19:16:18 -03:00
declaration-of-competing-interests.pdf revision of scp paper 2020-03-04 19:16:18 -03:00
determinism.coq revision of scp paper 2020-03-04 19:16:18 -03:00
determinism.lagda revision of scp paper 2020-03-04 19:16:18 -03:00
elsarticle-harv.bst Updated .gitignore; rewrote SCP paper to use elsarticle class 2019-07-01 20:37:22 +02:00
highlights.txt revision of scp paper 2020-03-04 19:16:18 -03:00
llncs.cls Moved sbmf/sbmf to papers/sbmf and copied over for scp 2019-07-01 17:48:01 +02:00
Makefile Added fix-whitespace.yaml and fixed whitespace. 2020-08-19 21:54:32 +02:00
PLFA.bib switch to extrinsic/intrinsic terminology 2019-07-21 14:11:07 +01:00
PLFA.pdf update pdf 2020-03-12 16:45:54 -03:00
PLFA.tex fix typo 2020-08-07 09:05:37 +01:00
README.txt Moved sbmf/sbmf to papers/sbmf and copied over for scp 2019-07-01 17:48:01 +02:00
response-to-reviewers.txt revision of scp paper 2020-03-04 19:16:18 -03:00
reviewers.txt revision of scp paper 2020-03-04 19:16:18 -03:00
scico102440.pdf publishing info and final pdf 2020-05-29 10:16:30 -03:00
scp-citation.txt more publishing stuff 2020-05-29 10:17:50 -03:00
scp-final.pdf updated name 2020-03-30 09:06:53 -03:00
scp-publishing-agreement.pdf more publishing stuff 2020-05-29 10:17:50 -03:00
splncsnat.bst Moved sbmf/sbmf to papers/sbmf and copied over for scp 2019-07-01 17:48:01 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Look at the following when revising the paper.

On 2018-07-07 00:45, Philip Wadler wrote:
Indeed, I considered using Delay for the evaluator in the textbook,
but decided that supplying a step count was simpler, and avoided the
need to explain coinduction.

In "Operational Semantics Using the Partiality Monad"
(https://doi.org/10.1145/2364527.2364546) I defined the semantics of an
untyped language by giving a definitional interpreter, using the delay
monad. Then I proved type soundness for this language as a negative
statement (using a more positive lemma):

  [] ⊢ t ∈ σ → ¬ (⟦ t ⟧ [] ≈ fail)

Thus, instead of starting with type soundness and deriving an evaluator,
I started with an evaluator and proved type soundness.

This kind of exercise has also been performed using fuel, see Siek's
"Type Safety in Three Easy Lemmas"
(http://siek.blogspot.com/2013/05/type-safety-in-three-easy-lemmas.html)
and "Functional Big-Step Semantics" by Owens et al.
(https://doi.org/10.1007/978-3-662-49498-1_23).