Update symbols definition

This commit is contained in:
Mfon Eti-mfon 2022-05-08 15:54:34 +01:00
parent 31cc64b634
commit 85c622b169
No known key found for this signature in database
GPG key ID: C79D87B2D3688E26
10 changed files with 18 additions and 18 deletions

View file

@ -79,7 +79,7 @@ const EXPANDED_STACK_SIZE: usize = 8 * 1024 * 1024;
const PRELUDE_TYPES: [(&str, Symbol); 33] = [
("Num", Symbol::NUM_NUM),
("Int", Symbol::NUM_INT),
("Float", Symbol::NUM_FLOAT),
("Frac", Symbol::NUM_FRAC),
("Integer", Symbol::NUM_INTEGER),
("FloatingPoint", Symbol::NUM_FLOATINGPOINT),
("Binary32", Symbol::NUM_BINARY32),