NotInferenceDontLookHere.jl

Package to help with Inference development
Popularity
4 Stars
Updated Last
2 Years Ago
Started In
November 2017

NotInferenceDontLookHere

This is not inference. However, it does help you with developing inference by loading a separate copy of inference into this package and hooking up Revise. This allows you to easily test changes to inference in isolation.

Usage

using NotInferenceDontLookHere
# For convenience, `NI` is introduced as a short alias

# Infer something
f(x) = x
@NI.code_typed f(1)