mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-09 16:48:18 +00:00
Deploy to GitHub pages
This commit is contained in:
6
logic.idx
Normal file
6
logic.idx
Normal 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
|
||||
Reference in New Issue
Block a user