diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/pr.bqn | 2 | ||||
| -rw-r--r-- | src/r1.bqn | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -27,6 +27,6 @@ GetRepls ← { c‿n←𝕩 ⋄ ⟨c,c⊣⌾((c∊⥊¨in)⊸/)n⟩∾¨⟨def, rslt ← "⟨"∾"⟩"«∾","⊸∾¨out # Output all primitives raw ← (•FChars "r"∾'0'⊸+∾".bqn"˙)¨ rtn -{𝕤⋄ raw∾˜↩⟨"glyphs←"""∾out∾"%"""⟩ ⋄ rslt∾˜↩"{PrimInd↩⊑𝕩⊐<⋄𝕩‿SetPrims}"}⍟⊢ ∨´1=rtn +{𝕤⋄ raw∾˜↩⟨"glyphs←"""∾out∾"%"""⟩ ⋄ rslt∾˜↩"{PrimInd↩⊑𝕩⊐<⋄𝕩‿SetPrims‿SetInv}"}⍟⊢ ∨´1=rtn raw ∾↩ ⟨rslt⟩ src ⇐ E_proc ∾∾⟜(@+10)¨ raw @@ -7,6 +7,7 @@ Decompose ← {0‿𝕩} PrimInd ← {𝕩} SetPrims ← {Decompose‿PrimInd ↩ 𝕩} +SetInv ← {inverse 𝕏↩} IsArray ← 0=Type IsAtom ← 1≤Type |
