DORSETRIGS
Home

purely-functional (3 post)


posts by category not found!

Why is `Prelude.mod` a total function?

Understanding Why Prelude mod is a Total Function in Haskell In Haskell the concept of total functions plays a crucial role in ensuring that functions behave pr

2 min read 14-09-2024 51
Why is `Prelude.mod` a total function?
Why is `Prelude.mod` a total function?

Referential transparency of Jsonnet functions

Understanding Referential Transparency in Jsonnet Functions A Deep Dive Jsonnet a data templating language boasts referential transparency as a key feature This

2 min read 28-08-2024 51
Referential transparency of Jsonnet functions
Referential transparency of Jsonnet functions

Are Jsonnet variables the same as functions with no parameters?

Exploring the Relationship Between Jsonnet Variables and Functions A Deep Dive Jsonnet a powerful data templating language uses a unique syntax for variables an

2 min read 28-08-2024 76
Are Jsonnet variables the same as functions with no parameters?
Are Jsonnet variables the same as functions with no parameters?