Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in types

Typescript - type to represent any class?

reflection typescript types

Kotlin - when expression with return type of function

What is the Haskell equivalent of Java's Curiously Recurring Generic Pattern?

generics haskell types

Basic type inferral

scala types

invisible / hidden field in the constructor

Simple usage samples for haskell Data.HList

Type check in all array elements

php arrays types

Haskell function that takes a variadic function as an argument (and returns something else than that func) without FlexibleInstances, pure Haskell2010

Guide to writing specs in Erlang

types erlang specs

What is the type of nullptr?

c++ c++11 types nullptr

Why does Haskell point free version of function result in ambiguous type error?

Strange type error in Haskell let-expression -- what's the issue?

Python: Why does equality comparing an int with a string not throw an error?

python types

Is there a penalty to using char variables in CUDA kernels?

c++ c performance types cuda

Exporting type-operators from modules

what does the # symbol mean in an f# function signature? [duplicate]

Why IsAssignableFrom return false when comparing a nullable against an interface?

c# types

How to type-constrain the entries of a Raku function's array argument?

types constraints raku

Setting content type in Java for file download

java file http types mime-types

std::is_function does not recognize template argument as function

c++ types c++11