mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-05 22:48:42 +00:00
8 lines
132 B
Text
8 lines
132 B
Text
alias T1 = Int
|
|
|
|
abstract (T2 : #A #B #C)
|
|
|
|
// Used to pre-compile module for some types
|
|
let T2 = Int
|
|
let T2 = Float
|
|
let T2 = Complex
|