fix: builtin attribute description
This commit is contained in:
parent
fe4892b71b
commit
e08eda81d8
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ ext : Extension Value ← registerPersistentEnvExtension {
|
|||
};
|
||||
registerBuiltinAttribute {
|
||||
name := df.builtinName,
|
||||
descr := "Builtin macro",
|
||||
descr := "(builtin) " ++ df.descr,
|
||||
add := fun env declName arg persistent => do {
|
||||
unless persistent $ throw (IO.userError ("invalid attribute '" ++ toString df.builtinName ++ "', must be persistent"));
|
||||
key ← IO.ofExcept $ df.evalKey env arg;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue