I’ve been trying to use https://click-and-collect.linear-logic.org for a while, and have been thinking about exportation/importation for Linear Logic. Intuitively, I thought P⊸(Q⊸R)≡(P⊗Q)⊸R was valid in Linear Logic, and this is supported by Noam Zeilberger’s answer to this question:Is currying valid in Linear logic and Relevance logic?. I tried to see if the prover I mentioned would give a sequent calculus proof, and it comes back as invalid each time I use it. The thing is that linear implication is not used by the prover, so any formula using linear implication is translated by the prover into a formula containing only tensor, par, and negation. The only way I could see how this would be invalid then is if the usual “implies left” rule is not valid for linear implication. Is this the case, or is the prover incorrect
Edit: It turns out I didn’t read the instructions carefully enough and wasn’t using the prover correctly.

