Sven Heyll

Results 1 issues of Sven Heyll

Why does the compiler not accept inc2 in the example below? ``` haskell {-# LANGUAGE ConstraintKinds #-} {-# LANGUAGE DataKinds #-} {-# LANGUAGE DeriveFunctor #-} {-# LANGUAGE FlexibleContexts #-} {-#...