mirror of
https://github.com/LucasVbr/croissant.git
synced 2026-05-14 01:22:06 +00:00
refactor: Edit type name for consistency
This commit is contained in:
+6
-6
@@ -1,12 +1,12 @@
|
||||
(* lib/ast/syntax.ml *)
|
||||
|
||||
type _type =
|
||||
| Type_Integer
|
||||
| Type_Float
|
||||
| Type_Character
|
||||
| Type_String
|
||||
| Type_Boolean
|
||||
| Type_Void
|
||||
| IntegerType
|
||||
| FloatType
|
||||
| CharacterType
|
||||
| StringType
|
||||
| BooleanType
|
||||
| VoidType
|
||||
|
||||
type literal =
|
||||
| Integer of int
|
||||
|
||||
Reference in New Issue
Block a user