<div dir="ltr"><div>default(Int)<br></div><div><br></div><div>allows to use integers anywhere in this module without specifying their ambiguous type each time, like this: (3::Int)</div><div><br></div><div><a href="https://www.haskell.org/tutorial/numbers.html">https://www.haskell.org/tutorial/numbers.html</a><br></div><div>section 10.4</div><div><br></div><div>some other default types may be specified too</div><div>somehow I was not aware of this</div></div>