The following program should work without needing a dummy import to run the side effects for `effectful.handlers.torch`. ``` import torch from effectful.ops.syntax import defop x = defop(torch.Tensor) t = torch.randn((2, 3))[x()] ```
The following program should work without needing a dummy import to run the side effects for
effectful.handlers.torch.