chore: make builtinRuntimeTypes an Array rather than a List (#8249)
This commit is contained in:
parent
c96dfa54a4
commit
cd100b8832
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ def getCtorArity? (declName : Name) : CoreM (Option Nat) := do
|
|||
/--
|
||||
List of types that have builtin runtime support
|
||||
-/
|
||||
def builtinRuntimeTypes : List Name := [
|
||||
def builtinRuntimeTypes : Array Name := #[
|
||||
``String,
|
||||
``UInt8, ``UInt16, ``UInt32, ``UInt64, ``USize,
|
||||
``Float, ``Float32,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue