Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
b-studios committed Sep 24, 2023
1 parent 3f05859 commit 5f66cc2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
14 changes: 10 additions & 4 deletions effekt/shared/src/main/scala/effekt/core/Tree.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ import effekt.util.messages.INTERNAL_ERROR
* │ │─ [[ App ]]
* │ │─ [[ If ]]
* │ │─ [[ Match ]]
* │ │─ [[ State ]]
* │ │─ [[ Try ]]
* │ │─ [[ Region ]]
* │ │─ [[ Alloc ]]
* │ │─ [[ Var ]]
* │ │─ [[ Get ]]
* │ │─ [[ Put ]]
* │ │─ [[ Try ]]
* │ │─ [[ Hole ]]
* │
* │─ [[ Implementation ]]
Expand Down Expand Up @@ -224,9 +227,12 @@ export Param.*
* │─ [[ App ]]
* │─ [[ If ]]
* │─ [[ Match ]]
* │─ [[ State ]]
* │─ [[ Try ]]
* │─ [[ Region ]]
* │─ [[ Alloc ]]
* │─ [[ Var ]]
* │─ [[ Get ]]
* │─ [[ Put ]]
* │─ [[ Try ]]
* │─ [[ Hole ]]
*
* -------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions effekt/shared/src/main/scala/effekt/source/Tree.scala
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export Param.*
* ─ [[ Def ]]
* │─ [[ FunDef ]]
* │─ [[ ValDef ]]
* │─ [[ RegDef ]]
* │─ [[ VarDef ]]
* │─ [[ DefDef ]]
* │─ [[ InterfaceDef ]]
Expand Down

0 comments on commit 5f66cc2

Please sign in to comment.