Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
vidsinghal committed Feb 16, 2024
1 parent d335d0b commit cef8b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gibbon-compiler/src/Gibbon/Language/Syntax.hs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ data FunRec = Rec | NotRec | TailRec
data FunInline = Inline | NoInline | Inlineable
deriving (Read, Show, Eq, Ord, Generic, NFData, Out)

-- ^ Type of tail recursive calls: NOTail | TC | TMC
data TailRecType = NoTail
| TC
| TMC
Expand Down

0 comments on commit cef8b0d

Please sign in to comment.