FP (programming language): Difference between revisions

Content deleted Content added
Danakil (talk | contribs)
Danakil (talk | contribs)
Line 29:
'''composition''' '''f'''&#x°'''g''' where '''f'''&#x°'''g''':'''x''' = '''f''':('''g''':'''x''')
 
'''construction''' ['''f'''<sub>1</sub>,...'''f'''<sub>n</sub>] where ['''f'''<sub>1</sub>,...'''f'''<sub>n</sub>]:'''x''' = &lang;'''f'''<sub>1</sub>:'''x''',...,'''f'''<sub>n</sub>:'''x'''&rang;
 
'''condition''' ('''h''' &rArr; '''f''';'''g''') where ('''h''' &rArr; '''f''';'''g'''):'''x''' = '''f''':'''x''' if '''h''':'''x''' = '''T'''
Line 43:
'''insert-left''' \'''f''' where \'''f''':&lang;'''x'''&rang; = '''x'''
and \'''f''':&lang;'''x'''<sub>1</sub>,'''x'''<sub>2</sub>,...,'''x'''<sub>n</sub>&rang; = '''f''':&lang;\'''f''':&lang;'''x'''<sub>1</sub>,...,'''x'''<sub>n-1</sub>&rang;,'''x'''<sub>n</sub>&rang;
and \'''f''':&lang; &rang; = '''unit f'''
 
[[es:FP (lenguaje de programación)]]