From 3e524725cfb47cb56466a08ac290ed5a389748be Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 6 May 2020 04:19:54 -0400 Subject: Loading the artifacts from the cache and re-populating the analyser's state. --- stdlib/source/lux.lux | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'stdlib/source/lux.lux') diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux index 70eb486f3..cabbb1154 100644 --- a/stdlib/source/lux.lux +++ b/stdlib/source/lux.lux @@ -429,16 +429,16 @@ #1) ## (type: Global -## (| Alias -## Definition)) -("lux def" Global - ("lux check type" - (#Named ["lux" "Global"] - (#Sum Alias - Definition))) +## (#Alias Alias) +## (#Definition Definition)) +("lux def type tagged" Global + (#Named ["lux" "Global"] + (#Sum Alias + Definition)) (record$ (#Cons [(tag$ ["lux" "doc"]) (text$ "Represents all the data associated with a global constant.")] #Nil)) + ["Alias" "Definition"] #1) ## (type: (Bindings k v) -- cgit v1.2.3