Skip to content

Commit 0d67345

Browse files
committed
Merge branch 'graph-ir' into tidy-ir
# Conflicts: # compiler/shared/main/scala/mlscript/compiler/codegen/CppAst.scala # compiler/shared/main/scala/mlscript/compiler/codegen/CppCodeGen.scala # compiler/shared/main/scala/mlscript/compiler/ir/IR.scala # compiler/shared/test/scala/mlscript/compiler/TestIR.scala
2 parents bbae1e4 + 01cafb4 commit 0d67345

File tree

1 file changed

+1
-1
lines changed
  • compiler/shared/main/scala/mlscript/compiler/codegen

1 file changed

+1
-1
lines changed

compiler/shared/main/scala/mlscript/compiler/codegen/CppAst.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ object Expr:
122122
enum Expr:
123123
case Var(name: Str)
124124
case IntLit(value: BigInt)
125-
case DoubleLit(value: Float)
125+
case DoubleLit(value: Double)
126126
case StrLit(value: Str)
127127
case CharLit(value: Char)
128128
case Call(func: Expr, args: Ls[Expr])

0 commit comments

Comments
 (0)