Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fc1943s committed Jan 7, 2025
1 parent ffc1d33 commit 4f0e0c6
Show file tree
Hide file tree
Showing 15 changed files with 110,868 additions and 122,401 deletions.
4 changes: 2 additions & 2 deletions lib/fsharp/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

q: str = "\""

def _expr190() -> TypeInfo:
def _expr221() -> TypeInfo:
return union_type("Polyglot.Common.TraceLevel", [], TraceLevel, lambda: [[], [], [], [], []])


Expand All @@ -25,7 +25,7 @@ def cases() -> list[str]:
return ["Verbose", "Debug", "Info", "Warning", "Critical"]


TraceLevel_reflection = _expr190
TraceLevel_reflection = _expr221

def to_trace_level(_arg: TraceLevel) -> US0:
if _arg.tag == 1:
Expand Down
73 changes: 30 additions & 43 deletions lib/spiral/base.dib.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4f0e0c6

Please sign in to comment.