leon icon indicating copy to clipboard operation
leon copied to clipboard

Termination checker is unsound in handling streams

Open ravimad opened this issue 8 years ago • 0 comments

Given a variable v having case class type that has a field f of function type say Unit => A. The termination checker assumes that v.f() is a structurally smaller term than v. This basically stems from the assumption of well-founded types.

ravimad avatar Sep 02 '16 12:09 ravimad