Skip to content

Commit

Permalink
i makea thea mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
cetio authored May 9, 2024
1 parent 320f544 commit 27505be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/metaprogramming.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Metaprogramming
I# Metaprogramming

## Member Evaluations

Expand Down Expand Up @@ -101,7 +101,9 @@ Module : Symbol [
```
# This is used to store global information about the program.
Glob : Symbol [
Symbol[string] imports;
Symbol[string] symbols;
Module[string] modules;
Type[string] types;
Field[string] fields;
Function[string] functions;
]
Expand Down

0 comments on commit 27505be

Please sign in to comment.