Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-06-02 05:20:26 +00:00
committed by GitHub
commit e99fed13ad
870 changed files with 350356 additions and 0 deletions

6
logic.idx Normal file
View File

@@ -0,0 +1,6 @@
nimTitle logic logic.html module std/logic 0
nim `->` logic.html#->,bool,bool proc `->`(a, b: bool): bool 4
nim `<->` logic.html#<->,bool,bool proc `<->`(a, b: bool): bool 5
nim forall logic.html#forall,varargs[untyped] proc forall(args: varargs[untyped]): bool 7
nim exists logic.html#exists,varargs[untyped] proc exists(args: varargs[untyped]): bool 8
nim old logic.html#old,T proc old[T](x: T): T 10