diff options
author | Xander <xander@biltopia.org> | 2023-07-27 23:03:21 +0200 |
---|---|---|
committer | Xander <xander@biltopia.org> | 2023-07-27 23:03:21 +0200 |
commit | 018d1489e6fc0c6363442033abd674f287e6f5cd (patch) | |
tree | 8078f231af0b58d0d55064947d62631ce82d6666 /lib/DATS/init.dats | |
parent | 50854768a4ef05d0a4983a0d949059c4b421ef9c (diff) | |
download | ats-os-018d1489e6fc0c6363442033abd674f287e6f5cd.tar.xz ats-os-018d1489e6fc0c6363442033abd674f287e6f5cd.zip |
name change to initializable
Diffstat (limited to 'lib/DATS/init.dats')
-rw-r--r-- | lib/DATS/init.dats | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/DATS/init.dats b/lib/DATS/init.dats index 3bc5034..492d5dc 100644 --- a/lib/DATS/init.dats +++ b/lib/DATS/init.dats @@ -2,8 +2,8 @@ staload "lib/SATS/init.sats" #define ATS_DYNLOADFLAG 0 -implement {vt:viewt@ype} empty (v) = +implement {vt:viewt@ype} uninitialized (v) = let in - @{enabled = false, obj = v}: enablable vt + @{initialized = false, obj = v}: initializable vt end |