Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Nov 30, 2023
2 parents 93f963f + 1bd65c5 commit 33a3ce4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ SOFTWARE.
</xsl:for-each>
<xsl:apply-templates select="objects"/>
<xsl:for-each select="$parts">
<xsl:value-of select="eo:comma(2)"/>
<xsl:value-of select="$lambda"/>
<xsl:value-of select="$dashed-arrow"/>
<xsl:text>Package</xsl:text>
<xsl:value-of select="$rb"/>
</xsl:for-each>
</xsl:when>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ eo: |
[y] > main
x y > z
phi: "{foo ↦ ⟦bar ↦ ⟦main ↦ ⟦y ↦ ∅, z ↦ Φ.com.yegor256.x(α0 ↦ ξ.y)⟧⟧}"
phi: "{foo ↦ ⟦bar ↦ ⟦main ↦ ⟦y ↦ ∅, z ↦ Φ.com.yegor256.x(α0 ↦ ξ.y)⟧, λ ⤍ Package⟧, λ ⤍ Package⟧}"
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ eo: |
n.minus 1
fibonacci
n.minus 2
phi: "{eo ↦ ⟦example ↦ ⟦fibonacci ↦ ⟦n ↦ ∅, φ ↦ ξ.n.lt(α0 ↦ Φ.org.eolang.int(α0 ↦ Φ.org.eolang.bytes(Δ ⤍ 00-00-00-00-00-00-00-02))).if(α0 ↦ ξ.n, α1 ↦ ξ.ρ.fibonacci(α0 ↦ ξ.n.minus(α0 ↦ Φ.org.eolang.int(α0 ↦ Φ.org.eolang.bytes(Δ ⤍ 00-00-00-00-00-00-00-01)))).plus(α0 ↦ ξ.ρ.fibonacci(α0 ↦ ξ.n.minus(α0 ↦ Φ.org.eolang.int(α0 ↦ Φ.org.eolang.bytes(Δ ⤍ 00-00-00-00-00-00-00-02))))))⟧⟧}"
phi: "{eo ↦ ⟦example ↦ ⟦fibonacci ↦ ⟦n ↦ ∅, φ ↦ ξ.n.lt(α0 ↦ Φ.org.eolang.int(α0 ↦ Φ.org.eolang.bytes(Δ ⤍ 00-00-00-00-00-00-00-02))).if(α0 ↦ ξ.n, α1 ↦ ξ.ρ.fibonacci(α0 ↦ ξ.n.minus(α0 ↦ Φ.org.eolang.int(α0 ↦ Φ.org.eolang.bytes(Δ ⤍ 00-00-00-00-00-00-00-01)))).plus(α0 ↦ ξ.ρ.fibonacci(α0 ↦ ξ.n.minus(α0 ↦ Φ.org.eolang.int(α0 ↦ Φ.org.eolang.bytes(Δ ⤍ 00-00-00-00-00-00-00-02))))))⟧, λ ⤍ Package⟧, λ ⤍ Package⟧}"
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ eo: |
[] > main
stdout > @
phi: "{foo ↦ ⟦bar ↦ ⟦baz ↦ ⟦main ↦ ⟦φ ↦ Φ.org.eolang.stdout⟧⟧⟧⟧}"
phi: "{foo ↦ ⟦bar ↦ ⟦baz ↦ ⟦main ↦ ⟦φ ↦ Φ.org.eolang.stdout⟧, λ ⤍ Package⟧, λ ⤍ Package⟧, λ ⤍ Package⟧}"

0 comments on commit 33a3ce4

Please sign in to comment.