bifunctor

Results 6 issues of bifunctor

Hello, I'm quite new to PPCI. While I was looking in `ir.py`, I was wondering why the nodes don't have `__eq__` of `__hash__` implemented in them. Is there a reason...

Is there some way you can apply JIT on GUI applications using llvmlite? Suppose I had this GUI code (using tkinter): ```python from tkinter import * window = Tk() window.title("My...

Hi, I am using windows 7 and am getting a strange key error error when running the [`bindEx.nim`](https://github.com/oskca/webview/blob/master/tests/bindEx.nim) test. This is the error: ``` c:\Users\Obr\Desktop\nim_tests\bindEx.nim(48) my_test C:\Users\Obr\.nimble\pkgs\webview-0.1.0\webview.nim(179) run C:\Users\Obr\.nimble\pkgs\webview-0.1.0\webview.nim(127) generalDispatchProc...

Hello, I've just gotten Rust setup on VSCode. Whenever I have an error in my code, I try to hover over it, and the documentation immediately covers it up. For...

I have this nim code that looks fine: ```nim import oop_utils/standard_class class(cox_xyzxyz): ctor(newCox_xyzxyz) proc(cox_one: auto, cox_two: auto, ) = self: cox_one = cox_one method cox_xyz*(cox_xz: auto, cox_yx: auto): auto {.discardable.}...

The link you gave in your README no longer works. Has the docs been shifted somewhere else? [This is the link you provided.](https://www.grant-olson.net/python/pyasm)