Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit fc374dc

Browse files
committed
update for objectionary
1 parent 9eb9879 commit fc374dc

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It is combined with [EO](https://github.com/objectionary/eo) editor. EO is based
77

88
## Usage
99

10-
- The online playground is available [here](https://br4ch1st0chr0n3.github.io/try-phi/?editor=phi&snippet=%5B%0A%20%20a%20-%3E%203%2C%0A%20%20b%20-%3E%20%5E0.a%0A%5D.b)
10+
- The online playground is available [here](https://www.objectionary.com/try-phi/?editor=phi&snippet=%5B%0A%20%20a%20-%3E%203%2C%0A%20%20b%20-%3E%20%5E0.a%0A%5D.b)
1111

1212
## Components
1313

front/dev/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</head>
2020

2121
<body>
22-
<a class="github-fork-ribbon" href="https://github.com/br4ch1st0chr0n3/try-phi" data-ribbon="Fork me on GitHub!"
22+
<a class="github-fork-ribbon" href="https://github.com/objectionary/try-phi" data-ribbon="Fork me on GitHub!"
2323
title="Fork me on GitHub!">Fork me on GitHub!</a>
2424
<div>
2525
<script type="module" src="./index.js"></script>

front/src/Phi.purs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ ics =
475475
, { x: getName TWHNF
476476
, y:
477477
[ { pref: Nothing
478-
, href: Just "https://github.com/br4ch1st0chr0n3/try-phi/blob/c738694f771c10ffa11f34fa23bf54220d2653c7/src/Phi/Minimal/State.hs#L129"
478+
, href: Just "https://github.com/objectionary/try-phi/blob/9eb9879c46decc4eb1e6f34beaa6a2736224b649/back/language-utils/phi-utils/src/Phi/Minimal/Model.hs#L156"
479479
, txt: Just "Code"
480480
}
481481
, { pref: Just "Results from"
@@ -491,7 +491,7 @@ ics =
491491
, { x: getName TNF
492492
, y:
493493
[ { pref: Nothing
494-
, href: Just "https://github.com/br4ch1st0chr0n3/try-phi/blob/c738694f771c10ffa11f34fa23bf54220d2653c7/src/Phi/Minimal/State.hs#L155"
494+
, href: Just "https://github.com/objectionary/try-phi/blob/9eb9879c46decc4eb1e6f34beaa6a2736224b649/back/language-utils/phi-utils/src/Phi/Minimal/Model.hs#L183"
495495
, txt: Just "Code"
496496
}
497497
, { pref: Just "Results from"
@@ -507,7 +507,7 @@ ics =
507507
, txt: Nothing
508508
}
509509
, { pref: Nothing
510-
, href: Just "https://github.com/br4ch1st0chr0n3/try-phi/blob/c738694f771c10ffa11f34fa23bf54220d2653c7/src/Phi/Minimal/State.hs#L98"
510+
, href: Just "https://github.com/objectionary/try-phi/blob/9eb9879c46decc4eb1e6f34beaa6a2736224b649/back/language-utils/phi-utils/src/Phi/Minimal/Pretty.hs#L92"
511511
, txt: Just "Code"
512512
}
513513
, { pref: Just "Shows steps of"
@@ -519,7 +519,7 @@ ics =
519519
, { x: getName TCBNWithTAP
520520
, y:
521521
[ { pref: Nothing
522-
, href: Just "https://github.com/br4ch1st0chr0n3/try-phi/blob/c738694f771c10ffa11f34fa23bf54220d2653c7/src/Phi/Minimal/Machine/CallByName.hs#L85"
522+
, href: Just "https://github.com/objectionary/try-phi/blob/9eb9879c46decc4eb1e6f34beaa6a2736224b649/back/language-utils/phi-utils/src/Phi/Minimal/Pretty.hs#L100"
523523
, txt: Just "Code"
524524
}
525525
, { pref: Just "TAP machine"
@@ -535,7 +535,7 @@ ics =
535535
, { x: getName TCBNWithGraph
536536
, y:
537537
[ { pref: Nothing
538-
, href: Just "https://github.com/br4ch1st0chr0n3/try-phi/blob/c738694f771c10ffa11f34fa23bf54220d2653c7/src/Phi/Minimal/Machine/CallByName/Graph.hs#L77"
538+
, href: Just "https://github.com/objectionary/try-phi/blob/9eb9879c46decc4eb1e6f34beaa6a2736224b649/back/language-utils/phi-utils/src/Phi/Minimal/Pretty.hs#L146"
539539
, txt: Just "Code"
540540
}
541541
, { pref: Just "It does apply"

0 commit comments

Comments
 (0)