Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
884ff9a3e0e3146c7bca2a2c6f87076a7379c5bd
/
.
/
examples
/
clean
/
default.icl
blob: 73f530b1c3b672f4fb30bfa2097b25b81f5616d5 [
file
] [
log
] [
blame
] [
raw
]
module
example
import
StdInt
square
::
Int
->
Int
square n
=
n
*
n
Start
::
Int
Start
=
square
3