Skip to content

Commit 9b67207

Browse files
committed
Updating module documentation
1 parent 45528ac commit 9b67207

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

MODULE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,28 @@
319319
invoke :: forall e r a b c. a -> Maybe { | b } -> Maybe { | c } -> Injector -> InjEff e r
320320

321321

322+
## Module Angular.Interpolate
323+
324+
### Types
325+
326+
type Expression a = { | a } -> String
327+
328+
data Interpolate :: *
329+
330+
type InterpolateEff e a = Eff (nginterpolate :: NgInterpolate | e) a
331+
332+
data NgInterpolate :: !
333+
334+
335+
### Values
336+
337+
endSymbol :: Interpolate -> String
338+
339+
interpolate :: forall e a. String -> Maybe Boolean -> Maybe String -> Interpolate -> InterpolateEff e (Expression a)
340+
341+
startSymbol :: Interpolate -> String
342+
343+
322344
## Module Angular.Interval
323345

324346
### Types

0 commit comments

Comments
 (0)