Skip to content

Commit 7e974b8

Browse files
committed
more info in readme
1 parent 8fdecd6 commit 7e974b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Very simple operator that calls Haskell code (from Groovy), prints the Nth Fibon
1313

1414
The skeleton of the application is written in Groovy, because Frege currently doesn't support extending existing Java classes.
1515
However, the operator calls the haskell pure function in the `onAdd` method. For demonstration purposes we created very simple
16-
haskell code that calculates Nth fib number:
16+
haskell code that calculates the Nth fib number, it also demonstrates the lazy evaluation on infinite data structures called from
17+
a language that doesn't have such features:
1718

1819
```haskell
1920
module acme.Fibonacci where

0 commit comments

Comments
 (0)