lang_2023/tests/types.lang

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