diff --git a/src/Lean/Compiler/LCNF/Util.lean b/src/Lean/Compiler/LCNF/Util.lean index e91a229f58..fac45e1764 100644 --- a/src/Lean/Compiler/LCNF/Util.lean +++ b/src/Lean/Compiler/LCNF/Util.lean @@ -80,7 +80,7 @@ List of types that have builtin runtime support def builtinRuntimeTypes : List Name := [ ``String, ``UInt8, ``UInt16, ``UInt32, ``UInt64, ``USize, - ``Float, + ``Float, ``Float32, ``Thunk, ``Task, ``Array, ``ByteArray, ``FloatArray, ``Nat, ``Int