Skip to content

Commit

Permalink
is_value bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
oshimayuki1124 committed Nov 18, 2024
1 parent 9832661 commit e0bee77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/syntax.ml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ module CC = struct
| LetExp (r, _, _, _, _) -> r

let rec is_value = function
| Var _
| IConst _
| BConst _
| UConst _
Expand Down

0 comments on commit e0bee77

Please sign in to comment.