-
Notifications
You must be signed in to change notification settings - Fork 0
HERMIT to HERMIT Shell
David Young edited this page Jul 21, 2015
·
107 revisions
Meaning | |
---|---|
π€ | implemented in server |
π | implemented in client |
tested by hand, front to back, implies π€ & π | |
β | In a unit test. The test may or may not run |
HERMIT Type | HERMIT-shell Type | Notes |
---|---|---|
RhsOfName |
Name |
|
TransformH :: * -> * -> * |
Transform |
|
LCoreTC |
||
LocalPathH |
LocalPath |
|
RewriteH |
Rewrite |
Name | Type | Done |
---|---|---|
alpha |
RewriteH LCore |
π€ π |
alpha-lam |
String -> RewriteH LCore |
β |
alpha-lam |
RewriteH LCore |
π€ π |
alpha-case-binder |
String -> RewriteH LCore |
π€ π |
alpha-case-binder |
RewriteH LCore |
π€ π |
alpha-alt |
RewriteH LCore |
π€ π |
alpha-alt |
[String] -> RewriteH LCore |
π€ π |
alpha-case |
RewriteH LCore |
π€ π |
alpha-let |
[String] -> RewriteH LCore |
π€ π |
alpha-let |
RewriteH LCore |
π€ π |
alpha-top |
[String] -> RewriteH LCore |
π€ π |
alpha-top |
RewriteH LCore |
π€ π |
alpha-prog |
RewriteH LCore |
π€ π |
unshadow |
RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
unfold-basic-combinator |
RewriteH LCore |
π€ π |
simplify |
RewriteH LCore |
π€ π |
bash |
RewriteH LCore |
β |
smash |
RewriteH LCore |
π€ π |
bash-extended-with |
[RewriteH LCore] -> RewriteH LCore |
β |
smash-extended-with |
[RewriteH LCore] -> RewriteH LCore |
π€ π |
bash-debug |
RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
trace |
String -> RewriteH LCoreTC |
π€ π |
observe |
String -> RewriteH LCoreTC |
π€ π |
observe-failure |
String -> RewriteH LCoreTC -> RewriteH LCoreTC |
π€ π |
bracket |
String -> RewriteH LCoreTC -> RewriteH LCoreTC |
π€ π |
Name | Type | Done |
---|---|---|
fix-intro |
RewriteH LCore |
π€ π |
fix-computation-rule |
BiRewriteH LCore |
π€ π |
fix-rolling-rule |
BiRewriteH LCore |
π€ π |
fix-fusion-rule |
String -> String -> String -> RewriteH LCore -> RewriteH LCore -> RewriteH LCore -> BiRewriteH LCore |
β |
fix-fusion-rule-unsafe |
String -> String -> String -> RewriteH LCore -> BiRewriteH LCore |
π€ π |
fix-fusion-rule-unsafe |
String -> String -> String -> BiRewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
fold |
HermitName -> RewriteH LCore |
β |
Name | Type | Done |
---|---|---|
static-arg |
RewriteH LCore |
π€ π |
static-arg-types |
RewriteH LCore |
π€ π |
static-arg-pos |
[Int] -> RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
deshadow-prog |
RewriteH LCore |
π€ π |
dezombify |
RewriteH LCore |
π€ π |
occurrence-analysis |
RewriteH LCore |
π€ π |
lint-expr |
TransformH LCoreTC String |
π€ π |
lint-module |
TransformH LCoreTC String |
π€ π |
lint |
TransformH LCoreTC String |
π€ π |
load-lemma-library |
HermitName -> TransformH LCore String |
π€ π |
load-lemma-library |
HermitName -> LemmaName -> TransformH LCore String |
π€ π |
inject-dependency |
String -> TransformH LCore () |
π€ π |
Name | Type | Done |
---|---|---|
induction |
HermitName -> RewriteH LCore |
π€ π |
prove-by-cases |
HermitName -> RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
inline |
RewriteH LCore |
π€ π |
inline |
OccurrenceName -> RewriteH LCore |
π€ π |
inline |
[String] -> RewriteH LCore |
π€ π |
inline-case-scrutinee |
RewriteH LCore |
π€ π |
inline-case-alternative |
RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
id |
RewriteH LCore |
π€ π |
id |
RewriteH LCoreTC |
π€ π |
success |
TransformH LCore () |
π€ π |
fail |
String -> RewriteH LCore |
π€ π |
<+ |
RewriteH LCore -> RewriteH LCore -> RewriteH LCore |
π€ π |
<+ |
TransformH LCore () -> TransformH LCore () -> TransformH LCore () |
π€ π |
>>> |
RewriteH LCore -> RewriteH LCore -> RewriteH LCore |
π€ π |
>>> |
BiRewriteH LCore -> BiRewriteH LCore -> BiRewriteH LCore |
π€ π |
>>> |
RewriteH LCoreTC -> RewriteH LCoreTC -> RewriteH LCoreTC |
π€ π |
>+> |
RewriteH LCore -> RewriteH LCore -> RewriteH LCore |
π€ π |
try |
RewriteH LCore -> RewriteH LCore |
β |
repeat |
RewriteH LCore -> RewriteH LCore |
π€ π |
replicate |
Int -> RewriteH LCore -> RewriteH LCore |
π€ π |
all |
RewriteH LCore -> RewriteH LCore |
π€ π |
any |
RewriteH LCore -> RewriteH LCore |
π€ π |
one |
RewriteH LCore -> RewriteH LCore |
π€ π |
all-bu |
RewriteH LCore -> RewriteH LCore |
π€ π |
all-td |
RewriteH LCore -> RewriteH LCore |
π€ π |
all-du |
RewriteH LCore -> RewriteH LCore |
π€ π |
any-bu |
RewriteH LCore -> RewriteH LCore |
β |
any-td |
RewriteH LCore -> RewriteH LCore |
π€ π |
any-du |
RewriteH LCore -> RewriteH LCore |
π€ π |
one-td |
RewriteH LCore -> RewriteH LCore |
β |
one-bu |
RewriteH LCore -> RewriteH LCore |
π€ π |
prune-td |
RewriteH LCore -> RewriteH LCore |
π€ π |
innermost |
RewriteH LCore -> RewriteH LCore |
β |
focus |
TransformH LCoreTC LocalPathH -> RewriteH LCoreTC -> RewriteH LCoreTC |
π€ π |
focus |
TransformH LCoreTC LocalPathH -> TransformH LCoreTC String -> TransformH LCoreTC String |
π€ π |
focus |
LocalPathH -> RewriteH LCoreTC -> RewriteH LCoreTC |
π€ π |
focus |
LocalPathH -> TransformH LCoreTC String -> TransformH LCoreTC String |
π€ π |
focus |
TransformH LCore LocalPathH -> RewriteH LCore -> RewriteH LCore |
π€ π |
focus |
TransformH LCore LocalPathH -> TransformH LCore String -> TransformH LCore String |
π€ π |
focus |
LocalPathH -> RewriteH LCore -> RewriteH LCore |
π€ π |
focus |
LocalPathH -> TransformH LCore String -> TransformH LCore String |
π€ π |
when |
TransformH LCore () -> RewriteH LCore -> RewriteH LCore |
π€ π |
not |
TransformH LCore () -> TransformH LCore () |
π€ π |
invert |
BiRewriteH LCore -> BiRewriteH LCore |
π€ π |
forward |
BiRewriteH LCore -> RewriteH LCore |
β |
backward |
BiRewriteH LCore -> RewriteH LCore |
π€ π |
test |
RewriteH LCore -> TransformH LCore String |
π€ π |
any-call |
RewriteH LCore -> RewriteH LCore |
β |
promote |
RewriteH LCore -> RewriteH LCoreTC |
π€ π |
extract |
RewriteH LCoreTC -> RewriteH LCore |
π€ π |
extract |
TransformH LCoreTC String -> TransformH LCore String |
π€ π |
between |
Int -> Int -> RewriteH LCoreTC -> RewriteH LCoreTC |
π€ π |
atPath |
TransformH LCore LocalPathH -> TransformH LCore LCore |
π€ π |
atPath |
TransformH LCoreTC LocalPathH -> TransformH LCoreTC LCoreTC |
π€ π |
atPath |
TransformH LCoreTC LocalPathH -> TransformH LCore LCore |
π€ π |
Name | Type | Done |
---|---|---|
nonrec-to-rec |
RewriteH LCore |
π€ π |
rec-to-nonrec |
RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
case-float-app |
RewriteH LCore |
π€ π |
case-float-arg |
RewriteH LCore -> RewriteH LCore |
π€ π |
case-float-arg |
CoreString -> RewriteH LCore -> RewriteH LCore |
π€ π |
case-float-arg-unsafe |
CoreString -> RewriteH LCore |
π€ π |
case-float-arg-unsafe |
LemmaName -> RewriteH LCore |
π€ π |
case-float-arg-lemma |
LemmaName -> RewriteH LCore |
π€ π |
case-float-case |
RewriteH LCore |
π€ π |
case-float-cast |
RewriteH LCore |
π€ π |
case-float-let |
RewriteH LCore |
π€ π |
case-float |
RewriteH LCore |
π€ π |
case-float-in |
RewriteH LCore |
π€ π |
case-float-in-args |
RewriteH LCore |
π€ π |
case-reduce |
RewriteH LCore |
π€ π |
case-reduce-datacon |
RewriteH LCore |
π€ π |
case-reduce-literal |
RewriteH LCore |
π€ π |
case-reduce-unfold |
RewriteH LCore |
π€ π |
case-split |
OccurrenceName -> RewriteH LCore |
π€ π |
case-split |
CoreString -> RewriteH LCore |
π€ π |
case-split-inline |
OccurrenceName -> RewriteH LCore |
β |
case-split-inline |
CoreString -> RewriteH LCore |
π€ π |
case-intro-seq |
String -> RewriteH LCore |
π€ π |
case-elim-seq |
RewriteH LCore |
π€ π |
case-inline-alternative |
RewriteH LCore |
π€ π |
case-inline-scrutinee |
RewriteH LCore |
π€ π |
case-merge-alts |
RewriteH LCore |
π€ π |
case-merge-alts-with-binder |
RewriteH LCore |
π€ π |
case-elim |
RewriteH LCore |
β |
case-elim-inline-scrutinee |
RewriteH LCore |
π€ π |
case-elim-merge-alts |
RewriteH LCore |
β |
case-fold-binder |
RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
cast-elim |
RewriteH LCore |
π€ π |
cast-elim-refl |
RewriteH LCore |
π€ π |
cast-elim-sym |
RewriteH LCore |
π€ π |
cast-elim-sym-plus |
RewriteH LCore |
π€ π |
cast-float-app |
RewriteH LCore |
π€ π |
cast-float-lam |
RewriteH LCore |
π€ π |
cast-elim-unsafe |
RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
let-subst |
RewriteH LCore |
β |
let-subst-safe |
RewriteH LCore |
π€ π |
let-nonrec-subst-safe |
RewriteH LCore |
π€ π |
let-intro |
String -> RewriteH LCore |
β |
let-intro-unfolding |
HermitName -> RewriteH LCore |
π€ π |
let-elim |
RewriteH LCore |
β |
let-float-app |
RewriteH LCore |
π€ π |
let-float-arg |
RewriteH LCore |
π€ π |
let-float-lam |
RewriteH LCore |
π€ π |
let-float-let |
RewriteH LCore |
π€ π |
let-float-case |
RewriteH LCore |
π€ π |
let-float-case-alt |
RewriteH LCore |
π€ π |
let-float-case-alt |
Int -> RewriteH LCore |
π€ π |
let-float-cast |
RewriteH LCore |
π€ π |
let-float-top |
RewriteH LCore |
π€ π |
let-float |
RewriteH LCore |
π€ π |
let-to-case |
RewriteH LCore |
π€ π |
let-float-in |
RewriteH LCore |
π€ π |
let-float-in-app |
RewriteH LCore |
π€ π |
let-float-in-case |
RewriteH LCore |
π€ π |
let-float-in-lam |
RewriteH LCore |
π€ π |
reorder-lets |
[String] -> RewriteH LCore |
β |
let-tuple |
String -> RewriteH LCore |
β |
prog-bind-elim |
RewriteH LCore |
π€ π |
prog-bind-nonrec-elim |
RewriteH LCore |
π€ π |
prog-bind-rec-elim |
RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
beta-reduce |
RewriteH LCore |
π€ π |
beta-expand |
RewriteH LCore |
β |
eta-reduce |
RewriteH LCore |
π€ π |
eta-expand |
String -> RewriteH LCore |
β |
flatten-module |
RewriteH LCore |
β |
flatten-program |
RewriteH LCore |
π€ π |
abstract |
OccurrenceName -> RewriteH LCore |
β |
push |
String -> RewriteH LCore -> RewriteH LCore |
β |
push-unsafe |
String -> RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
prog |
Crumb |
π€ π |
prog-head |
Crumb |
π€ π |
prog-tail |
Crumb |
π€ π |
nonrec-rhs |
Crumb |
π€ π |
rec-def |
Crumb |
π€ π |
def-rhs |
Crumb |
β |
app-fun |
Crumb |
π€ π |
app-arg |
Crumb |
β |
lam-body |
Crumb |
β |
let-bind |
Crumb |
π€ π |
let-body |
Crumb |
β |
case-expr |
Crumb |
π€ π |
case-type |
Crumb |
π€ π |
case-alt |
Int -> Crumb |
β |
cast-expr |
Crumb |
π€ π |
cast-co |
Crumb |
π€ π |
tick-expr |
Crumb |
π€ π |
alt-rhs |
Crumb |
β |
type |
Crumb |
π€ π |
coercion |
Crumb |
π€ π |
appTy-fun |
Crumb |
π€ π |
appTy-arg |
Crumb |
π€ π |
tyCon-arg |
Crumb |
π€ π |
fun-dom |
Crumb |
π€ π |
fun-cod |
Crumb |
π€ π |
forall-body |
Crumb |
π€ π |
refl-type |
Crumb |
π€ π |
coCon-arg |
Crumb |
π€ π |
appCo-fun |
Crumb |
π€ π |
appCo-arg |
Crumb |
π€ π |
coForall-body |
Crumb |
π€ π |
axiom-inst |
Crumb |
π€ π |
unsafe-left |
Crumb |
π€ π |
unsafe-right |
Crumb |
π€ π |
sym-co |
Crumb |
π€ π |
trans-left |
Crumb |
π€ π |
trans-right |
Crumb |
π€ π |
nth-co |
Crumb |
π€ π |
inst-co |
Crumb |
π€ π |
inst-type |
Crumb |
π€ π |
lr-co |
Crumb |
π€ π |
forall-body |
Crumb |
π€ π |
conj-lhs |
Crumb |
π€ π |
conj-rhs |
Crumb |
π€ π |
disj-lhs |
Crumb |
π€ π |
disj-rhs |
Crumb |
π€ π |
antecedent |
Crumb |
π€ π |
consequent |
Crumb |
π€ π |
eq-lhs |
Crumb |
π€ π |
eq-rhs |
Crumb |
π€ π |
Name | Type | Done |
---|---|---|
rhs-of |
RhsOfName -> TransformH LCoreTC LocalPathH |
β |
binding-group-of |
String -> TransformH LCoreTC LocalPathH |
π€ π |
binding-of |
BindingName -> TransformH LCoreTC LocalPathH |
β |
occurrence-of |
OccurrenceName -> TransformH LCoreTC LocalPathH |
π€ π |
application-of |
OccurrenceName -> TransformH LCoreTC LocalPathH |
π€ π |
consider |
Considerable -> TransformH LCore LocalPathH |
β |
arg |
Int -> TransformH LCore LocalPathH |
π€ π |
lams-body |
TransformH LCore LocalPathH |
π€ π |
lets-body |
TransformH LCore LocalPathH |
π€ π |
prog-end |
TransformH LCore LocalPathH |
π€ π |
parent-of |
TransformH LCore LocalPathH -> TransformH LCore LocalPathH |
π€ π |
parent-of |
TransformH LCoreTC LocalPathH -> TransformH LCoreTC LocalPathH |
π€ π |
Name | Type | Done |
---|---|---|
var |
String -> TransformH LCore () |
π€ π |
nonrec-intro |
String -> CoreString -> RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
info |
TransformH LCoreTC String |
π€ π |
compare-bound-ids |
HermitName -> HermitName -> TransformH LCoreTC () |
π€ π |
compare-core-at |
TransformH LCoreTC LocalPathH -> TransformH LCoreTC LocalPathH -> TransformH LCoreTC () |
π€ π |
Name | Type | Done |
---|---|---|
retraction |
CoreString -> CoreString -> RewriteH LCore -> BiRewriteH LCore |
π€ π |
retraction-unsafe |
CoreString -> CoreString -> BiRewriteH LCore |
π€ π |
unshadow-quantified |
RewriteH LCoreTC |
π€ π |
merge-quantifiers |
RewriteH LCore |
π€ π |
float-left |
RewriteH LCore |
π€ π |
float-right |
RewriteH LCore |
π€ π |
conjunct |
LemmaName -> LemmaName -> LemmaName -> Transform LCore () |
π€ π |
disjunct |
LemmaName -> LemmaName -> LemmaName -> Transform LCore () |
π€ π |
imply |
LemmaName -> LemmaName -> LemmaName -> Transform LCore () |
π€ π |
lemma-birewrite |
LemmaName -> BiRewriteH LCore |
π€ π |
lemma-forward |
LemmaName -> RewriteH LCore |
π€ π |
lemma-backward |
LemmaName -> RewriteH LCore |
π€ π |
lemma-consequent |
LemmaName -> RewriteH LCore |
π€ π |
lemma-consequent-birewrite |
LemmaName -> BiRewriteH LCore |
π€ π |
lemma-lhs-intro |
LemmaName -> RewriteH LCore |
π€ π |
lemma-rhs-intro |
LemmaName -> RewriteH LCore |
π€ π |
inst-lemma |
LemmaName -> HermitName -> CoreString -> TransformH LCore () |
π€ π |
inst-dictionaries |
RewriteH LCore |
π€ π |
abstract-forall |
String -> CoreString -> RewriteH LCore |
|
abstract-forall |
String -> RewriteH LCore -> RewriteH LCore |
|
copy-lemma |
TransformH LCore () |
π€ π |
modify-lemma |
LemmaName -> RewriteH LCore -> TransformH LCore () |
π€ π |
query-lemma |
LemmaName -> TransformH LCore String -> TransformH LCore String |
π€ π |
show-lemma |
PrettyPrinter -> LemmaName -> PrettyH LCore |
|
show-lemmas |
PrettyPrinter -> LemmaName -> PrettyH LCore |
|
show-lemmas |
PrettyPrinter -> PrettyH LCore |
|
extensionality |
String -> RewriteH LCore |
π€ π |
extensionality |
RewriteH LCore |
π€ π |
lhs |
TransformH LCore String -> TransformH LCore String |
π€ π |
lhs |
RewriteH LCore -> RewriteH LCore |
π€ π |
rhs |
TransformH LCore String -> TransformH LCore String |
π€ π |
rhs |
RewriteH LCore -> RewriteH LCore |
π€ π |
both |
RewriteH LCore -> RewriteH LCore |
π€ π |
both |
TransformH LCore String -> TransformH LCore String |
π€ π |
reflexivity |
RewriteH LCore |
π€ π |
simplify-lemma |
RewriteH LCore |
π€ π |
split-antecedent |
RewriteH LCore |
π€ π |
lemma |
LemmaName -> RewriteH LCore |
π€ π |
lemma-unsafe |
LemmaName -> RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
remember |
LemmaName -> TransformH LCore () |
β |
unfold-remembered |
LemmaName -> RewriteH LCore |
β |
fold-remembered |
LemmaName -> RewriteH LCore |
β |
fold-any-remembered |
RewriteH LCore |
π€ π |
show-remembered |
PrettyPrinter -> PrettyH LCore |
Name | Type | Done |
---|---|---|
show-rules |
TransformH LCoreTC String |
π€ π |
show-rule |
PrettyPrinter -> RuleName -> TransformH LCoreTC DocH |
|
fold-rule |
RuleName -> RewriteH LCore |
π€ π |
fold-rules |
[RuleName] -> RewriteH LCore |
π€ π |
unfold-rule |
RuleName -> RewriteH LCore |
π€ π |
unfold-rule-unsafe |
RuleName -> RewriteH LCore |
π€ π |
unfold-rules |
[RuleName] -> RewriteH LCore |
π€ π |
unfold-rules-unsafe |
[RuleName] -> RewriteH LCore |
β |
rule-to-lemma |
PrettyPrinter -> RuleName -> TransformH LCore DocH |
|
spec-constr |
RewriteH LCore |
π€ π |
specialise |
RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
replace-current-expr-with-undefined |
RewriteH LCore |
π€ π |
replace-id-with-undefined |
HermitName -> RewriteH LCore |
π€ π |
error-to-undefined |
RewriteH LCore |
π€ π |
is-undefined-val |
TransformH LCore () |
π€ π |
undefined-expr |
RewriteH LCore |
π€ π |
undefined-app |
RewriteH LCore |
π€ π |
undefined-lam |
RewriteH LCore |
π€ π |
undefined-let |
RewriteH LCore |
π€ π |
undefined-case |
RewriteH LCore |
β |
undefined-cast |
RewriteH LCore |
π€ π |
undefined-tick |
RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
beta-reduce-plus |
RewriteH LCore |
π€ π |
unfold |
RewriteH LCore |
π€ π |
unfold |
OccurrenceName -> RewriteH LCore |
β |
unfold |
[OccurrenceName] -> RewriteH LCore |
π€ π |
unfold-saturated |
RewriteH LCore |
π€ π |
specialize |
RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
unsafe-replace |
CoreString -> RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
intro-ww-assumption-A |
π€ π | |
intro-ww-assumption-B |
π€ π | |
intro-ww-assumption-C |
π€ π | |
split-1-beta |
CoreString -> RewriteH LCore |
π€ π |
split-2-beta |
CoreString -> RewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
ww-factorisation-unsafe |
String -> String -> BiRewriteH LCore |
π€ π |
ww-split-unsafe |
π€ π | |
ww-assumption-B |
π€ π | |
ww-assumption-A-unsafe |
π€ π | |
ww-assumption-C-unsafe |
π€ π | |
ww-AssA-to-AssB |
RewriteH LCore -> RewriteH LCore |
π€ π |
ww-AssB-to-AssC |
RewriteH LCore -> RewriteH LCore |
π€ π |
ww-AssA-to-AssC |
RewriteH LCore -> RewriteH LCore |
π€ π |
ww-generate-fusion |
RewriteH LCore -> TransformH LCore () |
π€ π |
ww-generate-fusion-unsafe |
TransformH LCore () |
π€ π |
ww-fusion |
BiRewriteH LCore |
π€ π |
Name | Type | Done |
---|---|---|
ww-result-factorisation |
String -> String -> RewriteH LCore -> BiRewriteH LCore |
π€ π |
ww-result-factorisation-unsafe |
String -> String -> BiRewriteH LCore |
π€ π |
ww-split-static-arg-unsafe |
Int -> [Int] -> String -> String -> RewriteH LCore -> RewriteH LCore |
π€ π |
ww-result-split |
String -> String -> RewriteH LCore -> RewriteH LCore |
β |
ww-result-split-unsafe |
String -> String -> RewriteH LCore |
π€ π |
ww-result-split-static-arg |
Int -> [Int] -> String -> String -> RewriteH LCore -> RewriteH LCore |
β |
ww-result-split-static-arg-unsafe |
Int -> [Int] -> String -> String -> RewriteH LCore |
π€ π |
ww-result-assumption-A |
String -> String -> RewriteH LCore -> BiRewriteH LCore |
π€ π |
ww-result-assumption-B |
String -> String -> String -> RewriteH LCore -> BiRewriteH LCore |
π€ π |
ww-result-assumption-C |
String -> String -> String -> RewriteH LCore -> BiRewriteH LCore |
π€ π |
ww-result-assumption-A-unsafe |
String -> String -> BiRewriteH LCore |
π€ π |
ww-result-assumption-B-unsafe |
String -> String -> String -> BiRewriteH LCore |
π€ π |
ww-result-assumption-C-unsafe |
String -> String -> String -> BiRewriteH LCore |
π€ π |
ww-result-AssA-to-AssB |
RewriteH LCore -> RewriteH LCore |
π€ π |
ww-result-AssB-to-AssC |
RewriteH LCore -> RewriteH LCore |
π€ π |
ww-result-AssA-to-AssC |
RewriteH LCore -> RewriteH LCore |
β |
ww-result-generate-fusion |
RewriteH LCore -> TransformH LCore () |
π€ π |
ww-result-generate-fusion-unsafe |
TransformH LCore () |
π€ π |
ww-result-fusion |
BiRewriteH LCore |
β |
Name | Type | Done |
---|---|---|
ast |
Name | Type | Done |
---|---|---|
clean |
Name | Type | Done |
---|---|---|
ghc |
Name | Type | Done |
---|---|---|
help |
||
help |
Name | Type | Done |
---|---|---|
resume |
ShellEffect |
π€ π |
abort |
ShellEffect |
π€ π |
continue |
ShellEffect |
π€ π |
gc |
||
gc |
||
display |
π€ π | |
up |
KernelEffect |
π€ π |
navigate |
||
command-line |
||
set-window |
ShellEffect |
π€ π |
top |
KernelEffect |
π€ π |
log |
QueryFun |
π€ π |
back |
ShellEffect |
π€ π |
step |
ShellEffect |
π€ π |
goto |
||
goto |
||
tag |
String -> ShellEffect |
π€ π |
diff |
AST -> AST -> QueryFun |
π€ π |
set-pp-diffonly |
Bool -> ShellEffect |
π€ π |
set-fail-hard |
Bool -> ShellEffect |
π€ π |
set-auto-corelint |
Bool -> ShellEffect |
π€ π |
set-pp |
String -> ShellEffect |
π€ π |
set-pp-renderer |
||
set-pp-renderer |
||
dump |
String -> PrettyPrinter -> String -> Int -> ShellEffect |
|
dump |
String -> String -> Int -> ShellEffect |
(was deprecated) |
dump-lemma |
LemmaName -> FilePath -> PrettyPrinter -> String -> Int -> TransformH LCoreTC () |
(subsumed by the dump-lemma below) |
dump-lemma |
PrettyPrinter -> LemmaName -> FilePath -> String -> Int -> TransformH LCoreTC () |
|
set-pp-width |
Int -> ShellEffect |
π€ π |
set-pp-type |
PpType -> ShellEffect |
π€ π |
set-pp-coercion |
PpType -> ShellEffect |
π€ π |
set-pp-uniques |
Bool -> ShellEffect |
π€ π |
{ |
KernelEffect |
β |
} |
KernelEffect |
β |
load |
String -> String -> ScriptEffect |
π€ π |
load-and-run |
String -> ScriptEffect |
π€ π |
save |
String -> ScriptEffect |
π€ π |
save-verbose |
String -> ScriptEffect |
π€ π |
save-script |
String -> String -> ScriptEffect |
π€ π |
load-as-rewrite |
String -> String -> ScriptEffect |
π€ π |
script-to-rewrite |
π€ π | |
define-script |
π€ π | |
define-rewrite |
π€ π | |
run-script |
π€ π | |
display-scripts |
π€ π | |
stop-script |
π€ π | |
possible-rewrites |
CommandLineState -> TransformH LCore String |
Name | Type | Done |
---|---|---|
prove-lemma |
LemmaName -> ShellEffect |
β |
end-proof |
ProofShellCommand |
π€ π |
end-case |
ProofShellCommand |
π€ π |
assume |
ProofShellCommand |
β |