Hoogle Search
Within LTS Haskell 23.24 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
doctest-parallel It.Foo >>> :t 'a' 'a' :: Char
>>> "foo" "foo"
>>> length it 3
>>> it * it 9
>>> :t it it :: Int
-
doctest-parallel It.Setup >>> it * it 1764
-
doctest-parallel ModuleIsolation.TestA >>> (\case { 3 -> 5; 7 -> 9}) 3 5
-
doctest-parallel ModuleOptions.Foo >>> :t 'a' 'a' :: Char
>>> "foo" "foo"
>>> length it 3
>>> it * it 9
>>> :t it it :: Int
-
doctest-parallel NonExposedModule.Exposed >>> import NonExposedModule.Exposed (foo) >>> foo 7 14
-
doctest-parallel PropertyBool.Foo True
-
doctest-parallel PropertyBoolWithTypeSignature.Foo True :: Bool
-
doctest-parallel PropertyFailing.Foo abs x == x
-
doctest-parallel PropertyImplicitlyQuantified.Foo abs x == abs (abs x)
-
doctest-parallel PropertyQuantified.Foo \x -> abs x == abs (abs x)
Page 1 of many | Next