Comment on Why is Idris 2 so much faster than Idris 1?parentComments−dependenttypes6yA first feature is the ability to define “interesting” types. By interesting I mean “generic” types which do things depending on the types of their argumentsLF does not have higher kinded types but it does have dependent types.
Comments
LF does not have higher kinded types but it does have dependent types.